Shades of Blizzard Blue #99F5FF
Tints of Blizzard Blue #99F5FF
RGB
CMYK
RGB Variations
Color information
#99F5FF (or 0x99F5FF) is known color: Blizzard Blue. HEX triplet: 99, F5 and FF. RGB value is (153,245,255). Sum of RGB (Red+Green+Blue) = 153+245+255=653 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.43% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #99F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F5FF is #660A00. Grayscale: #DADADA. Windows color (decimal): -6687233 or 16774553. OLE color: 16774553.
HSL color Cylindrical-coordinate representation of color #99F5FF: hue angle of 185.88º 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 #99F5FF is Cyan = 0.4, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 245 | 255 | - |
| CMYK | 0.4 | 0.04 | 0 | 0 |
| HSL | 185.88º | 1% | 0.8% | - |
| HSV(B) | 185.88º | 0.4% | 1% | - |
| XYZ | 63.84 | 79.3 | 106.55 | - |
| YUV | 218.63 | 148.52 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 245 | 255 | 0.4 | 0.04 | 0 | 0 | 185.88 | 1 | 0.8 |
| Hex | 99 | F5 | FF | 28 | 4 | 0 | 0 | BA | 64 | 50 |
| Octal | 231 | 365 | 377 | 50 | 4 | 0 | 0 | 272 | 144 | 120 |
| Binary | 10011001 | 11110101 | 11111111 | 101000 | 100 | 0 | 0 | 10111010 | 1100100 | 1010000 |
Color Harmonies of #99F5FF
Complementary color
Monochromatic Colors of #99F5FF
Black with #99F5FF
Text Example
Text Example
White with #99F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F5FF; }
p { color: rgb(153,245,255); }
H1.HeaderClassName
{
color: #99F5FF;
}
.AnyTagClassName
{
color: #99F5FF;
}
</style>
background-color css
<style>
a { background-color: #99F5FF; }
a { background-color: rgb(153,245,255); }
div.DivClassName
{
background-color: #99F5FF;
}
.BgClassName
{
background-color: #99F5FF;
}
</style>
border-color css
<style>
span { border-color: #99F5FF; }
span { border-color: rgb(153,245,255); }
td.TdClassName
{
border-color: #99F5FF;
}
.TagClassName
{
border-color: #99F5FF;
}
</style>