Shades of Blizzard Blue #99F0EF
Tints of Blizzard Blue #99F0EF
RGB
CMYK
RGB Variations
Color information
#99F0EF (or 0x99F0EF) is known color: Blizzard Blue. HEX triplet: 99, F0 and EF. RGB value is (153,240,239). Sum of RGB (Red+Green+Blue) = 153+240+239=632 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.21% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #99F0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F0EF is #660F10. Grayscale: #D5D5D5. Windows color (decimal): -6688529 or 15724697. OLE color: 15724697.
HSL color Cylindrical-coordinate representation of color #99F0EF: hue angle of 179.31º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99F0EF is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 240 | 239 | - |
| CMYK | 0.36 | 0 | 0.00 | 0.06 |
| HSL | 179.31º | 0.74% | 0.77% | - |
| HSV(B) | 179.31º | 0.36% | 0.94% | - |
| XYZ | 59.88 | 75.32 | 93.04 | - |
| YUV | 213.87 | 142.18 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 239 | 0.36 | 0 | 0.00 | 0.06 | 179.31 | 0.74 | 0.77 |
| Hex | 99 | F0 | EF | 24 | 0 | 0 | 6 | B3 | 4A | 4D |
| Octal | 231 | 360 | 357 | 44 | 0 | 0 | 6 | 263 | 112 | 115 |
| Binary | 10011001 | 11110000 | 11101111 | 100100 | 0 | 0 | 110 | 10110011 | 1001010 | 1001101 |
Color Harmonies of #99F0EF
Complementary color
Monochromatic Colors of #99F0EF
Black with #99F0EF
Text Example
Text Example
White with #99F0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F0EF; }
p { color: rgb(153,240,239); }
H1.HeaderClassName
{
color: #99F0EF;
}
.AnyTagClassName
{
color: #99F0EF;
}
</style>
background-color css
<style>
a { background-color: #99F0EF; }
a { background-color: rgb(153,240,239); }
div.DivClassName
{
background-color: #99F0EF;
}
.BgClassName
{
background-color: #99F0EF;
}
</style>
border-color css
<style>
span { border-color: #99F0EF; }
span { border-color: rgb(153,240,239); }
td.TdClassName
{
border-color: #99F0EF;
}
.TagClassName
{
border-color: #99F0EF;
}
</style>