#97BBEC

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

Shades of Cornflower #97BBEC

Tints of Cornflower #97BBEC

Color information

#97BBEC (or 0x97BBEC) is unknown color: approx Cornflower. HEX triplet: 97, BB and EC. RGB value is (151,187,236). Sum of RGB (Red+Green+Blue) = 151+187+236=574 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.31% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #97BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BBEC is #684413. Grayscale: #B5B5B5. Windows color (decimal): -6833172 or 15514519. OLE color: 15514519.

HSL color Cylindrical-coordinate representation of color #97BBEC: hue angle of 214.59º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97BBEC is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151187236-
CMYK0.360.2100.07
HSL214.59º69.11%75.88%-
HSV(B)214.59º36.02%92.55%-
XYZ45.6748.1886.25-
YUV181.82158.57106.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.31%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=26.31%
G=32.58%
B=41.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511872360.360.2100.07214.5969.1175.88
Hex97BBEC241507d7454c
Octal227273354442507327105114
Binary1001011110111011111011001001001010101111101011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,187,236); }

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

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

 a { background-color: rgb(151,187,236); }

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

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

 span { border-color: rgb(151,187,236); }

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