#96DCEF

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

Shades of Blizzard Blue #96DCEF

Tints of Blizzard Blue #96DCEF

Color information

#96DCEF (or 0x96DCEF) is unknown color: approx Blizzard Blue. HEX triplet: 96, DC and EF. RGB value is (150,220,239). Sum of RGB (Red+Green+Blue) = 150+220+239=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #96DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCEF is #692310. Grayscale: #C9C9C9. Windows color (decimal): -6890257 or 15719574. OLE color: 15719574.

HSL color Cylindrical-coordinate representation of color #96DCEF: hue angle of 192.81º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96DCEF is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150220239-
CMYK0.370.0800.06
HSL192.81º73.55%76.27%-
HSV(B)192.81º37.24%93.73%-
XYZ53.7563.991.16-
YUV201.24149.3191.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.63%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=24.63%
G=36.12%
B=39.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502202390.370.0800.06192.8173.5576.27
Hex96DCEF25806c14a4c
Octal226334357451006301112114
Binary100101101101110011101111100101100001101100000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,220,239); }

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

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

 a { background-color: rgb(150,220,239); }

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

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

 span { border-color: rgb(150,220,239); }

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