#97BAE0

Color #97BAE0 Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #97BAE0

Tints of Cornflower #97BAE0

Color information

#97BAE0 (or 0x97BAE0) is unknown color: approx Cornflower. HEX triplet: 97, BA and E0. RGB value is (151,186,224). Sum of RGB (Red+Green+Blue) = 151+186+224=561 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.92% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #97BAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BAE0 is #68451F. Grayscale: #B3B3B3. Windows color (decimal): -6833440 or 14727831. OLE color: 14727831.

HSL color Cylindrical-coordinate representation of color #97BAE0: hue angle of 211.23º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97BAE0 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB151186224-
CMYK0.330.1700.12
HSL211.23º54.07%73.53%-
HSV(B)211.23º32.59%87.84%-
XYZ43.7847.0877.3-
YUV179.87152.9107.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 26.92%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 224 (87.89% from 255) = 39.93%
R=26.92%
G=33.16%
B=39.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1511862240.330.1700.12211.2354.0773.53
Hex97BAE021110Cd3364a
Octal227272340412101432366112
Binary1001011110111010111000001000011000101100110100111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97BAE0; }

 p { color: rgb(151,186,224); }

 H1.HeaderClassName
 {
   color: #97BAE0;
 }
 .AnyTagClassName
 {
   color: #97BAE0;
 }
</style>
background-color css

<style>
 a { background-color: #97BAE0; }

 a { background-color: rgb(151,186,224); }

 div.DivClassName
 {
   background-color: #97BAE0;
 }
 .BgClassName
 {
   background-color: #97BAE0;
 }
</style>
border-color css

<style>
 span { border-color: #97BAE0; }

 span { border-color: rgb(151,186,224); }

 td.TdClassName
 {
   border-color: #97BAE0;
 }
 .TagClassName
 {
   border-color: #97BAE0;
 }
</style>