Shades of Blizzard Blue #99F2FF
Tints of Blizzard Blue #99F2FF
RGB
CMYK
RGB Variations
Color information
#99F2FF (or 0x99F2FF) is known color: Blizzard Blue. HEX triplet: 99, F2 and FF. RGB value is (153,242,255). Sum of RGB (Red+Green+Blue) = 153+242+255=650 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.54% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #99F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F2FF is #660D00. Grayscale: #D8D8D8. Windows color (decimal): -6688001 or 16773785. OLE color: 16773785.
HSL color Cylindrical-coordinate representation of color #99F2FF: hue angle of 187.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99F2FF is Cyan = 0.4, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 242 | 255 | - |
| CMYK | 0.4 | 0.05 | 0 | 0 |
| HSL | 187.65º | 1% | 0.8% | - |
| HSV(B) | 187.65º | 0.4% | 1% | - |
| XYZ | 62.94 | 77.5 | 106.25 | - |
| YUV | 216.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 255 | 0.4 | 0.05 | 0 | 0 | 187.65 | 1 | 0.8 |
| Hex | 99 | F2 | FF | 28 | 5 | 0 | 0 | BC | 64 | 50 |
| Octal | 231 | 362 | 377 | 50 | 5 | 0 | 0 | 274 | 144 | 120 |
| Binary | 10011001 | 11110010 | 11111111 | 101000 | 101 | 0 | 0 | 10111100 | 1100100 | 1010000 |
Color Harmonies of #99F2FF
Complementary color
Monochromatic Colors of #99F2FF
Black with #99F2FF
Text Example
Text Example
White with #99F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F2FF; }
p { color: rgb(153,242,255); }
H1.HeaderClassName
{
color: #99F2FF;
}
.AnyTagClassName
{
color: #99F2FF;
}
</style>
background-color css
<style>
a { background-color: #99F2FF; }
a { background-color: rgb(153,242,255); }
div.DivClassName
{
background-color: #99F2FF;
}
.BgClassName
{
background-color: #99F2FF;
}
</style>
border-color css
<style>
span { border-color: #99F2FF; }
span { border-color: rgb(153,242,255); }
td.TdClassName
{
border-color: #99F2FF;
}
.TagClassName
{
border-color: #99F2FF;
}
</style>