#96ECFB

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

Shades of Blizzard Blue #96ECFB

Tints of Blizzard Blue #96ECFB

Color information

#96ECFB (or 0x96ECFB) is unknown color: approx Blizzard Blue. HEX triplet: 96, EC and FB. RGB value is (150,236,251). Sum of RGB (Red+Green+Blue) = 150+236+251=637 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.55% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #96ECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96ECFB is #691304. Grayscale: #D3D3D3. Windows color (decimal): -6886149 or 16510102. OLE color: 16510102.

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

Color convert

RGB150236251-
CMYK0.400.0600.02
HSL188.91º92.66%78.63%-
HSV(B)188.91º40.24%98.43%-
XYZ59.9973.44102.28-
YUV212150.0183.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.55%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=23.55%
G=37.05%
B=39.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502362510.400.0600.02188.9192.6678.63
Hex96ECFB28602bd5d4f
Octal22635437350602275135117
Binary1001011011101100111110111010001100101011110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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