#96EDFB

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

Shades of Blizzard Blue #96EDFB

Tints of Blizzard Blue #96EDFB

Color information

#96EDFB (or 0x96EDFB) is unknown color: approx Blizzard Blue. HEX triplet: 96, ED and FB. RGB value is (150,237,251). Sum of RGB (Red+Green+Blue) = 150+237+251=638 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.51% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #96EDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EDFB is #691204. Grayscale: #D4D4D4. Windows color (decimal): -6885893 or 16510358. OLE color: 16510358.

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

Color convert

RGB150237251-
CMYK0.400.0600.02
HSL188.32º92.66%78.63%-
HSV(B)188.32º40.24%98.43%-
XYZ60.2774.02102.38-
YUV212.58149.6883.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.51%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=23.51%
G=37.15%
B=39.34%

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
Decimal1502372510.400.0600.02188.3292.6678.63
Hex96EDFB28602bc5d4f
Octal22635537350602274135117
Binary1001011011101101111110111010001100101011110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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