#96ecf9

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

Shades of Blizzard Blue #96ECF9

Tints of Blizzard Blue #96ECF9

Color information

#96ECF9 (or 0x96ECF9) is unknown color: approx Blizzard Blue. HEX triplet: 96, EC and F9. RGB value is (150,236,249). Sum of RGB (Red+Green+Blue) = 150+236+249=635 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.62% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #96ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96ECF9 is #691306. Grayscale: #D3D3D3. Windows color (decimal): -6886151 or 16379030. OLE color: 16379030.

HSL color Cylindrical-coordinate representation of color #96ECF9: hue angle of 187.88º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96ECF9 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150236249-
CMYK0.400.0500.02
HSL187.88º89.19%78.24%-
HSV(B)187.88º39.76%97.65%-
XYZ59.6773.31100.63-
YUV211.77149.0183.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.62%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=23.62%
G=37.17%
B=39.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502362490.400.0500.02187.8889.1978.24
Hex96ECF928502bc594e
Octal22635437150502274131116
Binary1001011011101100111110011010001010101011110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ecf9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,236,249); }

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

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

 a { background-color: rgb(150,236,249); }

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

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

 span { border-color: rgb(150,236,249); }

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