#96DFE9

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

Shades of Blizzard Blue #96DFE9

Tints of Blizzard Blue #96DFE9

Color information

#96DFE9 (or 0x96DFE9) is unknown color: approx Blizzard Blue. HEX triplet: 96, DF and E9. RGB value is (150,223,233). Sum of RGB (Red+Green+Blue) = 150+223+233=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 233 - color contains mainly: blue. Hex color #96DFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DFE9 is #692016. Grayscale: #CACACA. Windows color (decimal): -6889495 or 15327126. OLE color: 15327126.

HSL color Cylindrical-coordinate representation of color #96DFE9: hue angle of 187.23º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96DFE9 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB150223233-
CMYK0.360.0400.09
HSL187.23º65.35%75.1%-
HSV(B)187.23º35.62%91.37%-
XYZ53.6765.1486.84-
YUV202.31145.3290.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.75%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 233 (91.41% from 255) = 38.45%
R=24.75%
G=36.80%
B=38.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502232330.360.0400.09187.2365.3575.1
Hex96DFE924409bb414b
Octal226337351444011273101113
Binary100101101101111111101001100100100010011011101110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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