Shades of Blizzard Blue #99EEED
Tints of Blizzard Blue #99EEED
RGB
CMYK
RGB Variations
Color information
#99EEED (or 0x99EEED) is known color: Blizzard Blue. HEX triplet: 99, EE and ED. RGB value is (153,238,237). Sum of RGB (Red+Green+Blue) = 153+238+237=628 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.36% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EEED is #661112. Grayscale: #D4D4D4. Windows color (decimal): -6689043 or 15593113. OLE color: 15593113.
HSL color Cylindrical-coordinate representation of color #99EEED: hue angle of 179.29º 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 #99EEED is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 237 | - |
| CMYK | 0.36 | 0 | 0.00 | 0.07 |
| HSL | 179.29º | 0.71% | 0.77% | - |
| HSV(B) | 179.29º | 0.36% | 0.93% | - |
| XYZ | 59 | 74.04 | 91.3 | - |
| YUV | 212.47 | 141.84 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 237 | 0.36 | 0 | 0.00 | 0.07 | 179.29 | 0.71 | 0.77 |
| Hex | 99 | EE | ED | 24 | 0 | 0 | 7 | B3 | 47 | 4D |
| Octal | 231 | 356 | 355 | 44 | 0 | 0 | 7 | 263 | 107 | 115 |
| Binary | 10011001 | 11101110 | 11101101 | 100100 | 0 | 0 | 111 | 10110011 | 1000111 | 1001101 |
Color Harmonies of #99EEED
Complementary color
Monochromatic Colors of #99EEED
Black with #99EEED
Text Example
Text Example
White with #99EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EEED; }
p { color: rgb(153,238,237); }
H1.HeaderClassName
{
color: #99EEED;
}
.AnyTagClassName
{
color: #99EEED;
}
</style>
background-color css
<style>
a { background-color: #99EEED; }
a { background-color: rgb(153,238,237); }
div.DivClassName
{
background-color: #99EEED;
}
.BgClassName
{
background-color: #99EEED;
}
</style>
border-color css
<style>
span { border-color: #99EEED; }
span { border-color: rgb(153,238,237); }
td.TdClassName
{
border-color: #99EEED;
}
.TagClassName
{
border-color: #99EEED;
}
</style>