#96BBDF

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

Shades of Cornflower #96BBDF

Tints of Cornflower #96BBDF

Color information

#96BBDF (or 0x96BBDF) is unknown color: approx Cornflower. HEX triplet: 96, BB and DF. RGB value is (150,187,223). Sum of RGB (Red+Green+Blue) = 150+187+223=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #96BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBDF is #694420. Grayscale: #B3B3B3. Windows color (decimal): -6898721 or 14662550. OLE color: 14662550.

HSL color Cylindrical-coordinate representation of color #96BBDF: hue angle of 209.59º 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 #96BBDF is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150187223-
CMYK0.330.1600.13
HSL209.59º53.28%73.14%-
HSV(B)209.59º32.74%87.45%-
XYZ43.6747.3576.65-
YUV180.04152.24106.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=26.79%
G=33.39%
B=39.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501872230.330.1600.13209.5953.2873.14
Hex96BBDF21100Dd23549
Octal226273337412001532265111
Binary1001011010111011110111111000011000001101110100101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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