#96BBDA

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

Shades of Cornflower #96BBDA

Tints of Cornflower #96BBDA

Color information

#96BBDA (or 0x96BBDA) is unknown color: approx Cornflower. HEX triplet: 96, BB and DA. RGB value is (150,187,218). Sum of RGB (Red+Green+Blue) = 150+187+218=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #96BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBDA is #694425. Grayscale: #B3B3B3. Windows color (decimal): -6898726 or 14334870. OLE color: 14334870.

HSL color Cylindrical-coordinate representation of color #96BBDA: hue angle of 207.35º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96BBDA is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150187218-
CMYK0.310.1400.15
HSL207.35º47.89%72.16%-
HSV(B)207.35º31.19%85.49%-
XYZ4347.0973.15-
YUV179.47149.74106.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=27.03%
G=33.69%
B=39.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501872180.310.1400.15207.3547.8972.16
Hex96BBDA1FE0Fcf3048
Octal226273332371601731760110
Binary10010110101110111101101011111111001111110011111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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