Shades of Blizzard Blue #99F0FE
Tints of Blizzard Blue #99F0FE
RGB
CMYK
RGB Variations
Color information
#99F0FE (or 0x99F0FE) is known color: Blizzard Blue. HEX triplet: 99, F0 and FE. RGB value is (153,240,254). Sum of RGB (Red+Green+Blue) = 153+240+254=647 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.65% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #99F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F0FE is #660F01. Grayscale: #D7D7D7. Windows color (decimal): -6688514 or 16707737. OLE color: 16707737.
HSL color Cylindrical-coordinate representation of color #99F0FE: hue angle of 188.32º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99F0FE is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 240 | 254 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.00 |
| HSL | 188.32º | 0.98% | 0.8% | - |
| HSV(B) | 188.32º | 0.4% | 1% | - |
| XYZ | 62.19 | 76.25 | 105.21 | - |
| YUV | 215.58 | 149.68 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 254 | 0.40 | 0.06 | 0 | 0.00 | 188.32 | 0.98 | 0.8 |
| Hex | 99 | F0 | FE | 28 | 6 | 0 | 0 | BC | 62 | 50 |
| Octal | 231 | 360 | 376 | 50 | 6 | 0 | 0 | 274 | 142 | 120 |
| Binary | 10011001 | 11110000 | 11111110 | 101000 | 110 | 0 | 0 | 10111100 | 1100010 | 1010000 |
Color Harmonies of #99F0FE
Complementary color
Monochromatic Colors of #99F0FE
Black with #99F0FE
Text Example
Text Example
White with #99F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F0FE; }
p { color: rgb(153,240,254); }
H1.HeaderClassName
{
color: #99F0FE;
}
.AnyTagClassName
{
color: #99F0FE;
}
</style>
background-color css
<style>
a { background-color: #99F0FE; }
a { background-color: rgb(153,240,254); }
div.DivClassName
{
background-color: #99F0FE;
}
.BgClassName
{
background-color: #99F0FE;
}
</style>
border-color css
<style>
span { border-color: #99F0FE; }
span { border-color: rgb(153,240,254); }
td.TdClassName
{
border-color: #99F0FE;
}
.TagClassName
{
border-color: #99F0FE;
}
</style>