Shades of Blizzard Blue #99E9E5
Tints of Blizzard Blue #99E9E5
RGB
CMYK
RGB Variations
Color information
#99E9E5 (or 0x99E9E5) is known color: Blizzard Blue. HEX triplet: 99, E9 and E5. RGB value is (153,233,229). Sum of RGB (Red+Green+Blue) = 153+233+229=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 233 - color contains mainly: green. Hex color #99E9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E9E5 is #66161A. Grayscale: #D0D0D0. Windows color (decimal): -6690331 or 15067545. OLE color: 15067545.
HSL color Cylindrical-coordinate representation of color #99E9E5: hue angle of 177º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E9E5 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 233 | 229 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.09 |
| HSL | 177º | 0.65% | 0.76% | - |
| HSV(B) | 177º | 0.34% | 0.91% | - |
| XYZ | 56.42 | 70.71 | 84.8 | - |
| YUV | 208.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 233 | 229 | 0.34 | 0 | 0.02 | 0.09 | 177 | 0.65 | 0.76 |
| Hex | 99 | E9 | E5 | 22 | 0 | 2 | 9 | B1 | 41 | 4C |
| Octal | 231 | 351 | 345 | 42 | 0 | 2 | 11 | 261 | 101 | 114 |
| Binary | 10011001 | 11101001 | 11100101 | 100010 | 0 | 10 | 1001 | 10110001 | 1000001 | 1001100 |
Color Harmonies of #99E9E5
Complementary color
Monochromatic Colors of #99E9E5
Black with #99E9E5
Text Example
Text Example
White with #99E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E9E5; }
p { color: rgb(153,233,229); }
H1.HeaderClassName
{
color: #99E9E5;
}
.AnyTagClassName
{
color: #99E9E5;
}
</style>
background-color css
<style>
a { background-color: #99E9E5; }
a { background-color: rgb(153,233,229); }
div.DivClassName
{
background-color: #99E9E5;
}
.BgClassName
{
background-color: #99E9E5;
}
</style>
border-color css
<style>
span { border-color: #99E9E5; }
span { border-color: rgb(153,233,229); }
td.TdClassName
{
border-color: #99E9E5;
}
.TagClassName
{
border-color: #99E9E5;
}
</style>