Shades of Blizzard Blue #99E0EF
Tints of Blizzard Blue #99E0EF
RGB
CMYK
RGB Variations
Color information
#99E0EF (or 0x99E0EF) is known color: Blizzard Blue. HEX triplet: 99, E0 and EF. RGB value is (153,224,239). Sum of RGB (Red+Green+Blue) = 153+224+239=616 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.84% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #99E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E0EF is #661F10. Grayscale: #CCCCCC. Windows color (decimal): -6692625 or 15720601. OLE color: 15720601.
HSL color Cylindrical-coordinate representation of color #99E0EF: hue angle of 190.47º degrees, saturation: 0.73, 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 #99E0EF is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 224 | 239 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.06 |
| HSL | 190.47º | 0.73% | 0.77% | - |
| HSV(B) | 190.47º | 0.36% | 0.94% | - |
| XYZ | 55.37 | 66.32 | 91.54 | - |
| YUV | 204.48 | 147.48 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 239 | 0.36 | 0.06 | 0 | 0.06 | 190.47 | 0.73 | 0.77 |
| Hex | 99 | E0 | EF | 24 | 6 | 0 | 6 | BE | 49 | 4D |
| Octal | 231 | 340 | 357 | 44 | 6 | 0 | 6 | 276 | 111 | 115 |
| Binary | 10011001 | 11100000 | 11101111 | 100100 | 110 | 0 | 110 | 10111110 | 1001001 | 1001101 |
Color Harmonies of #99E0EF
Complementary color
Monochromatic Colors of #99E0EF
Black with #99E0EF
Text Example
Text Example
White with #99E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E0EF; }
p { color: rgb(153,224,239); }
H1.HeaderClassName
{
color: #99E0EF;
}
.AnyTagClassName
{
color: #99E0EF;
}
</style>
background-color css
<style>
a { background-color: #99E0EF; }
a { background-color: rgb(153,224,239); }
div.DivClassName
{
background-color: #99E0EF;
}
.BgClassName
{
background-color: #99E0EF;
}
</style>
border-color css
<style>
span { border-color: #99E0EF; }
span { border-color: rgb(153,224,239); }
td.TdClassName
{
border-color: #99E0EF;
}
.TagClassName
{
border-color: #99E0EF;
}
</style>