#96eefb

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

Shades of Blizzard Blue #96EEFB

Tints of Blizzard Blue #96EEFB

Color information

#96EEFB (or 0x96EEFB) is unknown color: approx Blizzard Blue. HEX triplet: 96, EE and FB. RGB value is (150,238,251). Sum of RGB (Red+Green+Blue) = 150+238+251=639 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.47% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #96EEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EEFB is #691104. Grayscale: #D5D5D5. Windows color (decimal): -6885637 or 16510614. OLE color: 16510614.

HSL color Cylindrical-coordinate representation of color #96EEFB: hue angle of 187.72º 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 #96EEFB is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150238251-
CMYK0.400.0500.02
HSL187.72º92.66%78.63%-
HSV(B)187.72º40.24%98.43%-
XYZ60.5674.6102.47-
YUV213.17149.3582.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.47%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=23.47%
G=37.25%
B=39.28%

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
Decimal1502382510.400.0500.02187.7292.6678.63
Hex96EEFB28502bc5d4f
Octal22635637350502274135117
Binary1001011011101110111110111010001010101011110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96eefb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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