#96EAE9

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

Shades of Blizzard Blue #96EAE9

Tints of Blizzard Blue #96EAE9

Color information

#96EAE9 (or 0x96EAE9) is unknown color: approx Blizzard Blue. HEX triplet: 96, EA and E9. RGB value is (150,234,233). Sum of RGB (Red+Green+Blue) = 150+234+233=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #96EAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EAE9 is #691516. Grayscale: #D0D0D0. Windows color (decimal): -6886679 or 15329942. OLE color: 15329942.

HSL color Cylindrical-coordinate representation of color #96EAE9: hue angle of 179.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EAE9 is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB150234233-
CMYK0.3600.000.08
HSL179.29º66.67%75.29%-
HSV(B)179.29º35.9%91.76%-
XYZ56.7171.2187.85-
YUV208.77141.6786.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.31%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 233 (91.41% from 255) = 37.76%
R=24.31%
G=37.93%
B=37.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502342330.3600.000.08179.2966.6775.29
Hex96EAE924008b3434b
Octal226352351440010263103113
Binary1001011011101010111010011001000010001011001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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