Shades of Blizzard Blue #99E5EE
Tints of Blizzard Blue #99E5EE
RGB
CMYK
RGB Variations
Color information
#99E5EE (or 0x99E5EE) is known color: Blizzard Blue. HEX triplet: 99, E5 and EE. RGB value is (153,229,238). Sum of RGB (Red+Green+Blue) = 153+229+238=620 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.68% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #99E5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E5EE is #661A11. Grayscale: #CFCFCF. Windows color (decimal): -6691346 or 15656345. OLE color: 15656345.
HSL color Cylindrical-coordinate representation of color #99E5EE: hue angle of 186.35º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99E5EE is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 229 | 238 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.07 |
| HSL | 186.35º | 0.71% | 0.77% | - |
| HSV(B) | 186.35º | 0.36% | 0.93% | - |
| XYZ | 56.59 | 68.98 | 91.22 | - |
| YUV | 207.3 | 145.32 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 229 | 238 | 0.36 | 0.04 | 0 | 0.07 | 186.35 | 0.71 | 0.77 |
| Hex | 99 | E5 | EE | 24 | 4 | 0 | 7 | BA | 47 | 4D |
| Octal | 231 | 345 | 356 | 44 | 4 | 0 | 7 | 272 | 107 | 115 |
| Binary | 10011001 | 11100101 | 11101110 | 100100 | 100 | 0 | 111 | 10111010 | 1000111 | 1001101 |
Color Harmonies of #99E5EE
Complementary color
Monochromatic Colors of #99E5EE
Black with #99E5EE
Text Example
Text Example
White with #99E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E5EE; }
p { color: rgb(153,229,238); }
H1.HeaderClassName
{
color: #99E5EE;
}
.AnyTagClassName
{
color: #99E5EE;
}
</style>
background-color css
<style>
a { background-color: #99E5EE; }
a { background-color: rgb(153,229,238); }
div.DivClassName
{
background-color: #99E5EE;
}
.BgClassName
{
background-color: #99E5EE;
}
</style>
border-color css
<style>
span { border-color: #99E5EE; }
span { border-color: rgb(153,229,238); }
td.TdClassName
{
border-color: #99E5EE;
}
.TagClassName
{
border-color: #99E5EE;
}
</style>