Shades of Blizzard Blue #99E2EF
Tints of Blizzard Blue #99E2EF
RGB
CMYK
RGB Variations
Color information
#99E2EF (or 0x99E2EF) is known color: Blizzard Blue. HEX triplet: 99, E2 and EF. RGB value is (153,226,239). Sum of RGB (Red+Green+Blue) = 153+226+239=618 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.76% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #99E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E2EF is #661D10. Grayscale: #CDCDCD. Windows color (decimal): -6692113 or 15721113. OLE color: 15721113.
HSL color Cylindrical-coordinate representation of color #99E2EF: hue angle of 189.07º 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 #99E2EF is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 226 | 239 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.06 |
| HSL | 189.07º | 0.73% | 0.77% | - |
| HSV(B) | 189.07º | 0.36% | 0.94% | - |
| XYZ | 55.91 | 67.4 | 91.72 | - |
| YUV | 205.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 239 | 0.36 | 0.05 | 0 | 0.06 | 189.07 | 0.73 | 0.77 |
| Hex | 99 | E2 | EF | 24 | 5 | 0 | 6 | BD | 49 | 4D |
| Octal | 231 | 342 | 357 | 44 | 5 | 0 | 6 | 275 | 111 | 115 |
| Binary | 10011001 | 11100010 | 11101111 | 100100 | 101 | 0 | 110 | 10111101 | 1001001 | 1001101 |
Color Harmonies of #99E2EF
Complementary color
Monochromatic Colors of #99E2EF
Black with #99E2EF
Text Example
Text Example
White with #99E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E2EF; }
p { color: rgb(153,226,239); }
H1.HeaderClassName
{
color: #99E2EF;
}
.AnyTagClassName
{
color: #99E2EF;
}
</style>
background-color css
<style>
a { background-color: #99E2EF; }
a { background-color: rgb(153,226,239); }
div.DivClassName
{
background-color: #99E2EF;
}
.BgClassName
{
background-color: #99E2EF;
}
</style>
border-color css
<style>
span { border-color: #99E2EF; }
span { border-color: rgb(153,226,239); }
td.TdClassName
{
border-color: #99E2EF;
}
.TagClassName
{
border-color: #99E2EF;
}
</style>