Shades of Blizzard Blue #99E7EE
Tints of Blizzard Blue #99E7EE
RGB
CMYK
RGB Variations
Color information
#99E7EE (or 0x99E7EE) is known color: Blizzard Blue. HEX triplet: 99, E7 and EE. RGB value is (153,231,238). Sum of RGB (Red+Green+Blue) = 153+231+238=622 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.60% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #99E7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E7EE is #661811. Grayscale: #D0D0D0. Windows color (decimal): -6690834 or 15656857. OLE color: 15656857.
HSL color Cylindrical-coordinate representation of color #99E7EE: hue angle of 184.94º 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 #99E7EE is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 231 | 238 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.07 |
| HSL | 184.94º | 0.71% | 0.77% | - |
| HSV(B) | 184.94º | 0.36% | 0.93% | - |
| XYZ | 57.15 | 70.1 | 91.41 | - |
| YUV | 208.48 | 144.66 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 231 | 238 | 0.36 | 0.03 | 0 | 0.07 | 184.94 | 0.71 | 0.77 |
| Hex | 99 | E7 | EE | 24 | 3 | 0 | 7 | B9 | 47 | 4D |
| Octal | 231 | 347 | 356 | 44 | 3 | 0 | 7 | 271 | 107 | 115 |
| Binary | 10011001 | 11100111 | 11101110 | 100100 | 11 | 0 | 111 | 10111001 | 1000111 | 1001101 |
Color Harmonies of #99E7EE
Complementary color
Monochromatic Colors of #99E7EE
Black with #99E7EE
Text Example
Text Example
White with #99E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E7EE; }
p { color: rgb(153,231,238); }
H1.HeaderClassName
{
color: #99E7EE;
}
.AnyTagClassName
{
color: #99E7EE;
}
</style>
background-color css
<style>
a { background-color: #99E7EE; }
a { background-color: rgb(153,231,238); }
div.DivClassName
{
background-color: #99E7EE;
}
.BgClassName
{
background-color: #99E7EE;
}
</style>
border-color css
<style>
span { border-color: #99E7EE; }
span { border-color: rgb(153,231,238); }
td.TdClassName
{
border-color: #99E7EE;
}
.TagClassName
{
border-color: #99E7EE;
}
</style>