Shades of Blizzard Blue #96EDF6
Tints of Blizzard Blue #96EDF6
RGB
CMYK
RGB Variations
Color information
#96EDF6 (or 0x96EDF6) is known color: Blizzard Blue. HEX triplet: 96, ED and F6. RGB value is (150,237,246). Sum of RGB (Red+Green+Blue) = 150+237+246=633 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.70% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #96EDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EDF6 is #691209. Grayscale: #D3D3D3. Windows color (decimal): -6885898 or 16182678. OLE color: 16182678.
HSL color Cylindrical-coordinate representation of color #96EDF6: hue angle of 185.62º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96EDF6 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 237 | 246 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.04 |
| HSL | 185.63º | 0.84% | 0.78% | - |
| HSV(B) | 185.63º | 0.39% | 0.96% | - |
| XYZ | 59.5 | 73.71 | 98.28 | - |
| YUV | 212.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 246 | 0.39 | 0.04 | 0 | 0.04 | 185.63 | 0.84 | 0.78 |
| Hex | 96 | ED | F6 | 27 | 4 | 0 | 4 | BA | 54 | 4E |
| Octal | 226 | 355 | 366 | 47 | 4 | 0 | 4 | 272 | 124 | 116 |
| Binary | 10010110 | 11101101 | 11110110 | 100111 | 100 | 0 | 100 | 10111010 | 1010100 | 1001110 |
Color Harmonies of #96EDF6
Complementary color
Monochromatic Colors of #96EDF6
Black with #96EDF6
Text Example
Text Example
White with #96EDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EDF6; }
p { color: rgb(150,237,246); }
H1.HeaderClassName
{
color: #96EDF6;
}
.AnyTagClassName
{
color: #96EDF6;
}
</style>
background-color css
<style>
a { background-color: #96EDF6; }
a { background-color: rgb(150,237,246); }
div.DivClassName
{
background-color: #96EDF6;
}
.BgClassName
{
background-color: #96EDF6;
}
</style>
border-color css
<style>
span { border-color: #96EDF6; }
span { border-color: rgb(150,237,246); }
td.TdClassName
{
border-color: #96EDF6;
}
.TagClassName
{
border-color: #96EDF6;
}
</style>