Shades of Blizzard Blue #96E8F9
Tints of Blizzard Blue #96E8F9
RGB
CMYK
RGB Variations
Color information
#96E8F9 (or 0x96E8F9) is known color: Blizzard Blue. HEX triplet: 96, E8 and F9. RGB value is (150,232,249). Sum of RGB (Red+Green+Blue) = 150+232+249=631 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.77% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #96E8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E8F9 is #691706. Grayscale: #D1D1D1. Windows color (decimal): -6887175 or 16378006. OLE color: 16378006.
HSL color Cylindrical-coordinate representation of color #96E8F9: hue angle of 190.3º 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 #96E8F9 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 232 | 249 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.02 |
| HSL | 190.3º | 0.89% | 0.78% | - |
| HSV(B) | 190.3º | 0.4% | 0.98% | - |
| XYZ | 58.53 | 71.04 | 100.25 | - |
| YUV | 209.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 249 | 0.40 | 0.07 | 0 | 0.02 | 190.3 | 0.89 | 0.78 |
| Hex | 96 | E8 | F9 | 28 | 7 | 0 | 2 | BE | 59 | 4E |
| Octal | 226 | 350 | 371 | 50 | 7 | 0 | 2 | 276 | 131 | 116 |
| Binary | 10010110 | 11101000 | 11111001 | 101000 | 111 | 0 | 10 | 10111110 | 1011001 | 1001110 |
Color Harmonies of #96E8F9
Complementary color
Monochromatic Colors of #96E8F9
Black with #96E8F9
Text Example
Text Example
White with #96E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E8F9; }
p { color: rgb(150,232,249); }
H1.HeaderClassName
{
color: #96E8F9;
}
.AnyTagClassName
{
color: #96E8F9;
}
</style>
background-color css
<style>
a { background-color: #96E8F9; }
a { background-color: rgb(150,232,249); }
div.DivClassName
{
background-color: #96E8F9;
}
.BgClassName
{
background-color: #96E8F9;
}
</style>
border-color css
<style>
span { border-color: #96E8F9; }
span { border-color: rgb(150,232,249); }
td.TdClassName
{
border-color: #96E8F9;
}
.TagClassName
{
border-color: #96E8F9;
}
</style>