Shades of Blizzard Blue #99E3E8
Tints of Blizzard Blue #99E3E8
RGB
CMYK
RGB Variations
Color information
#99E3E8 (or 0x99E3E8) is known color: Blizzard Blue. HEX triplet: 99, E3 and E8. RGB value is (153,227,232). Sum of RGB (Red+Green+Blue) = 153+227+232=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #99E3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E3E8 is #661C17. Grayscale: #CDCDCD. Windows color (decimal): -6691864 or 15262617. OLE color: 15262617.
HSL color Cylindrical-coordinate representation of color #99E3E8: hue angle of 183.8º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E3E8 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 227 | 232 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.09 |
| HSL | 183.8º | 0.63% | 0.75% | - |
| HSV(B) | 183.8º | 0.34% | 0.91% | - |
| XYZ | 55.17 | 67.54 | 86.47 | - |
| YUV | 205.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 227 | 232 | 0.34 | 0.02 | 0 | 0.09 | 183.8 | 0.63 | 0.75 |
| Hex | 99 | E3 | E8 | 22 | 2 | 0 | 9 | B8 | 3F | 4B |
| Octal | 231 | 343 | 350 | 42 | 2 | 0 | 11 | 270 | 77 | 113 |
| Binary | 10011001 | 11100011 | 11101000 | 100010 | 10 | 0 | 1001 | 10111000 | 111111 | 1001011 |
Color Harmonies of #99E3E8
Complementary color
Monochromatic Colors of #99E3E8
Black with #99E3E8
Text Example
Text Example
White with #99E3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E3E8; }
p { color: rgb(153,227,232); }
H1.HeaderClassName
{
color: #99E3E8;
}
.AnyTagClassName
{
color: #99E3E8;
}
</style>
background-color css
<style>
a { background-color: #99E3E8; }
a { background-color: rgb(153,227,232); }
div.DivClassName
{
background-color: #99E3E8;
}
.BgClassName
{
background-color: #99E3E8;
}
</style>
border-color css
<style>
span { border-color: #99E3E8; }
span { border-color: rgb(153,227,232); }
td.TdClassName
{
border-color: #99E3E8;
}
.TagClassName
{
border-color: #99E3E8;
}
</style>