Shades of Blizzard Blue #96F2F9
Tints of Blizzard Blue #96F2F9
RGB
CMYK
RGB Variations
Color information
#96F2F9 (or 0x96F2F9) is known color: Blizzard Blue. HEX triplet: 96, F2 and F9. RGB value is (150,242,249). Sum of RGB (Red+Green+Blue) = 150+242+249=641 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.40% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #96F2F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F2F9 is #690D06. Grayscale: #D7D7D7. Windows color (decimal): -6884615 or 16380566. OLE color: 16380566.
HSL color Cylindrical-coordinate representation of color #96F2F9: hue angle of 184.24º 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 #96F2F9 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 242 | 249 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.02 |
| HSL | 184.24º | 0.89% | 0.78% | - |
| HSV(B) | 184.24º | 0.4% | 0.98% | - |
| XYZ | 61.43 | 76.83 | 101.21 | - |
| YUV | 215.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 249 | 0.40 | 0.03 | 0 | 0.02 | 184.24 | 0.89 | 0.78 |
| Hex | 96 | F2 | F9 | 28 | 3 | 0 | 2 | B8 | 59 | 4E |
| Octal | 226 | 362 | 371 | 50 | 3 | 0 | 2 | 270 | 131 | 116 |
| Binary | 10010110 | 11110010 | 11111001 | 101000 | 11 | 0 | 10 | 10111000 | 1011001 | 1001110 |
Color Harmonies of #96F2F9
Complementary color
Monochromatic Colors of #96F2F9
Black with #96F2F9
Text Example
Text Example
White with #96F2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F2F9; }
p { color: rgb(150,242,249); }
H1.HeaderClassName
{
color: #96F2F9;
}
.AnyTagClassName
{
color: #96F2F9;
}
</style>
background-color css
<style>
a { background-color: #96F2F9; }
a { background-color: rgb(150,242,249); }
div.DivClassName
{
background-color: #96F2F9;
}
.BgClassName
{
background-color: #96F2F9;
}
</style>
border-color css
<style>
span { border-color: #96F2F9; }
span { border-color: rgb(150,242,249); }
td.TdClassName
{
border-color: #96F2F9;
}
.TagClassName
{
border-color: #96F2F9;
}
</style>