Shades of Blizzard Blue #99EEEF
Tints of Blizzard Blue #99EEEF
RGB
CMYK
RGB Variations
Color information
#99EEEF (or 0x99EEEF) is known color: Blizzard Blue. HEX triplet: 99, EE and EF. RGB value is (153,238,239). Sum of RGB (Red+Green+Blue) = 153+238+239=630 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.29% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #99EEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EEEF is #661110. Grayscale: #D4D4D4. Windows color (decimal): -6689041 or 15724185. OLE color: 15724185.
HSL color Cylindrical-coordinate representation of color #99EEEF: hue angle of 180.7º 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 #99EEEF is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 238 | 239 | - |
| CMYK | 0.36 | 0.00 | 0 | 0.06 |
| HSL | 180.7º | 0.73% | 0.77% | - |
| HSV(B) | 180.7º | 0.36% | 0.94% | - |
| XYZ | 59.29 | 74.15 | 92.85 | - |
| YUV | 212.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 239 | 0.36 | 0.00 | 0 | 0.06 | 180.7 | 0.73 | 0.77 |
| Hex | 99 | EE | EF | 24 | 0 | 0 | 6 | B5 | 49 | 4D |
| Octal | 231 | 356 | 357 | 44 | 0 | 0 | 6 | 265 | 111 | 115 |
| Binary | 10011001 | 11101110 | 11101111 | 100100 | 0 | 0 | 110 | 10110101 | 1001001 | 1001101 |
Color Harmonies of #99EEEF
Complementary color
Monochromatic Colors of #99EEEF
Black with #99EEEF
Text Example
Text Example
White with #99EEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EEEF; }
p { color: rgb(153,238,239); }
H1.HeaderClassName
{
color: #99EEEF;
}
.AnyTagClassName
{
color: #99EEEF;
}
</style>
background-color css
<style>
a { background-color: #99EEEF; }
a { background-color: rgb(153,238,239); }
div.DivClassName
{
background-color: #99EEEF;
}
.BgClassName
{
background-color: #99EEEF;
}
</style>
border-color css
<style>
span { border-color: #99EEEF; }
span { border-color: rgb(153,238,239); }
td.TdClassName
{
border-color: #99EEEF;
}
.TagClassName
{
border-color: #99EEEF;
}
</style>