#96C8DF

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

Shades of Cornflower #96C8DF

Tints of Cornflower #96C8DF

Color information

#96C8DF (or 0x96C8DF) is unknown color: approx Cornflower. HEX triplet: 96, C8 and DF. RGB value is (150,200,223). Sum of RGB (Red+Green+Blue) = 150+200+223=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #96C8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C8DF is #693720. Grayscale: #BBBBBB. Windows color (decimal): -6895393 or 14665878. OLE color: 14665878.

HSL color Cylindrical-coordinate representation of color #96C8DF: hue angle of 198.9º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96C8DF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150200223-
CMYK0.330.1000.13
HSL198.9º53.28%73.14%-
HSV(B)198.9º32.74%87.45%-
XYZ46.5553.1277.61-
YUV187.67147.94101.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.18%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=26.18%
G=34.90%
B=38.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502002230.330.1000.13198.953.2873.14
Hex96C8DF21A0Dc73549
Octal226310337411201530765111
Binary100101101100100011011111100001101001101110001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C8DF; }

 p { color: rgb(150,200,223); }

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

<style>
 a { background-color: #96C8DF; }

 a { background-color: rgb(150,200,223); }

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

<style>
 span { border-color: #96C8DF; }

 span { border-color: rgb(150,200,223); }

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