Shades of Blizzard Blue #99F0FC
Tints of Blizzard Blue #99F0FC
RGB
CMYK
RGB Variations
Color information
#99F0FC (or 0x99F0FC) is known color: Blizzard Blue. HEX triplet: 99, F0 and FC. RGB value is (153,240,252). Sum of RGB (Red+Green+Blue) = 153+240+252=645 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.72% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #99F0FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F0FC is #660F03. Grayscale: #D7D7D7. Windows color (decimal): -6688516 or 16576665. OLE color: 16576665.
HSL color Cylindrical-coordinate representation of color #99F0FC: hue angle of 187.27º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99F0FC is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 240 | 252 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.01 |
| HSL | 187.27º | 0.94% | 0.79% | - |
| HSV(B) | 187.27º | 0.39% | 0.99% | - |
| XYZ | 61.87 | 76.12 | 103.53 | - |
| YUV | 215.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 252 | 0.39 | 0.05 | 0 | 0.01 | 187.27 | 0.94 | 0.79 |
| Hex | 99 | F0 | FC | 27 | 5 | 0 | 1 | BB | 5E | 4F |
| Octal | 231 | 360 | 374 | 47 | 5 | 0 | 1 | 273 | 136 | 117 |
| Binary | 10011001 | 11110000 | 11111100 | 100111 | 101 | 0 | 1 | 10111011 | 1011110 | 1001111 |
Color Harmonies of #99F0FC
Complementary color
Monochromatic Colors of #99F0FC
Black with #99F0FC
Text Example
Text Example
White with #99F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F0FC; }
p { color: rgb(153,240,252); }
H1.HeaderClassName
{
color: #99F0FC;
}
.AnyTagClassName
{
color: #99F0FC;
}
</style>
background-color css
<style>
a { background-color: #99F0FC; }
a { background-color: rgb(153,240,252); }
div.DivClassName
{
background-color: #99F0FC;
}
.BgClassName
{
background-color: #99F0FC;
}
</style>
border-color css
<style>
span { border-color: #99F0FC; }
span { border-color: rgb(153,240,252); }
td.TdClassName
{
border-color: #99F0FC;
}
.TagClassName
{
border-color: #99F0FC;
}
</style>