Shades of Blizzard Blue #99F2FE
Tints of Blizzard Blue #99F2FE
RGB
CMYK
RGB Variations
Color information
#99F2FE (or 0x99F2FE) is known color: Blizzard Blue. HEX triplet: 99, F2 and FE. RGB value is (153,242,254). Sum of RGB (Red+Green+Blue) = 153+242+254=649 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.57% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #99F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F2FE is #660D01. Grayscale: #D8D8D8. Windows color (decimal): -6688002 or 16708249. OLE color: 16708249.
HSL color Cylindrical-coordinate representation of color #99F2FE: hue angle of 187.13º 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 #99F2FE is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 242 | 254 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.00 |
| HSL | 187.13º | 0.98% | 0.8% | - |
| HSV(B) | 187.13º | 0.4% | 1% | - |
| XYZ | 62.78 | 77.43 | 105.4 | - |
| YUV | 216.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 254 | 0.40 | 0.05 | 0 | 0.00 | 187.13 | 0.98 | 0.8 |
| Hex | 99 | F2 | FE | 28 | 5 | 0 | 0 | BB | 62 | 50 |
| Octal | 231 | 362 | 376 | 50 | 5 | 0 | 0 | 273 | 142 | 120 |
| Binary | 10011001 | 11110010 | 11111110 | 101000 | 101 | 0 | 0 | 10111011 | 1100010 | 1010000 |
Color Harmonies of #99F2FE
Complementary color
Monochromatic Colors of #99F2FE
Black with #99F2FE
Text Example
Text Example
White with #99F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F2FE; }
p { color: rgb(153,242,254); }
H1.HeaderClassName
{
color: #99F2FE;
}
.AnyTagClassName
{
color: #99F2FE;
}
</style>
background-color css
<style>
a { background-color: #99F2FE; }
a { background-color: rgb(153,242,254); }
div.DivClassName
{
background-color: #99F2FE;
}
.BgClassName
{
background-color: #99F2FE;
}
</style>
border-color css
<style>
span { border-color: #99F2FE; }
span { border-color: rgb(153,242,254); }
td.TdClassName
{
border-color: #99F2FE;
}
.TagClassName
{
border-color: #99F2FE;
}
</style>