Shades of Blizzard Blue #99EEF2
Tints of Blizzard Blue #99EEF2
RGB
CMYK
RGB Variations
Color information
#99EEF2 (or 0x99EEF2) is known color: Blizzard Blue. HEX triplet: 99, EE and F2. RGB value is (153,238,242). Sum of RGB (Red+Green+Blue) = 153+238+242=633 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.17% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #99EEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EEF2 is #66110D. Grayscale: #D4D4D4. Windows color (decimal): -6689038 or 15920793. OLE color: 15920793.
HSL color Cylindrical-coordinate representation of color #99EEF2: hue angle of 182.7º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99EEF2 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 238 | 242 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.05 |
| HSL | 182.7º | 0.77% | 0.77% | - |
| HSV(B) | 182.7º | 0.37% | 0.95% | - |
| XYZ | 59.74 | 74.33 | 95.2 | - |
| YUV | 213.04 | 144.34 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 242 | 0.37 | 0.02 | 0 | 0.05 | 182.7 | 0.77 | 0.77 |
| Hex | 99 | EE | F2 | 25 | 2 | 0 | 5 | B7 | 4D | 4D |
| Octal | 231 | 356 | 362 | 45 | 2 | 0 | 5 | 267 | 115 | 115 |
| Binary | 10011001 | 11101110 | 11110010 | 100101 | 10 | 0 | 101 | 10110111 | 1001101 | 1001101 |
Color Harmonies of #99EEF2
Complementary color
Monochromatic Colors of #99EEF2
Black with #99EEF2
Text Example
Text Example
White with #99EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EEF2; }
p { color: rgb(153,238,242); }
H1.HeaderClassName
{
color: #99EEF2;
}
.AnyTagClassName
{
color: #99EEF2;
}
</style>
background-color css
<style>
a { background-color: #99EEF2; }
a { background-color: rgb(153,238,242); }
div.DivClassName
{
background-color: #99EEF2;
}
.BgClassName
{
background-color: #99EEF2;
}
</style>
border-color css
<style>
span { border-color: #99EEF2; }
span { border-color: rgb(153,238,242); }
td.TdClassName
{
border-color: #99EEF2;
}
.TagClassName
{
border-color: #99EEF2;
}
</style>