#96EEF7

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

Shades of Blizzard Blue #96EEF7

Tints of Blizzard Blue #96EEF7

Color information

#96EEF7 (or 0x96EEF7) is unknown color: approx Blizzard Blue. HEX triplet: 96, EE and F7. RGB value is (150,238,247). Sum of RGB (Red+Green+Blue) = 150+238+247=635 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.62% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #96EEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EEF7 is #691108. Grayscale: #D4D4D4. Windows color (decimal): -6885641 or 16248470. OLE color: 16248470.

HSL color Cylindrical-coordinate representation of color #96EEF7: hue angle of 185.57º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96EEF7 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB150238247-
CMYK0.390.0400.03
HSL185.57º85.84%77.84%-
HSV(B)185.57º39.27%96.86%-
XYZ59.9474.3599.19-
YUV212.71147.3583.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.62%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 247 (96.88% from 255) = 38.90%
R=23.62%
G=37.48%
B=38.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502382470.390.0400.03185.5785.8477.84
Hex96EEF727403ba564e
Octal22635636747403272126116
Binary1001011011101110111101111001111000111011101010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,238,247); }

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

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

 a { background-color: rgb(150,238,247); }

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

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

 span { border-color: rgb(150,238,247); }

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