Shades of Blizzard Blue #99EBE7
Tints of Blizzard Blue #99EBE7
RGB
CMYK
RGB Variations
Color information
#99EBE7 (or 0x99EBE7) is known color: Blizzard Blue. HEX triplet: 99, EB and E7. RGB value is (153,235,231). Sum of RGB (Red+Green+Blue) = 153+235+231=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EBE7 is #661418. Grayscale: #D1D1D1. Windows color (decimal): -6689817 or 15199129. OLE color: 15199129.
HSL color Cylindrical-coordinate representation of color #99EBE7: hue angle of 177.07º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBE7 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 235 | 231 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.08 |
| HSL | 177.07º | 0.67% | 0.76% | - |
| HSV(B) | 177.07º | 0.35% | 0.92% | - |
| XYZ | 57.27 | 71.96 | 86.47 | - |
| YUV | 210.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 235 | 231 | 0.35 | 0 | 0.02 | 0.08 | 177.07 | 0.67 | 0.76 |
| Hex | 99 | EB | E7 | 23 | 0 | 2 | 8 | B1 | 43 | 4C |
| Octal | 231 | 353 | 347 | 43 | 0 | 2 | 10 | 261 | 103 | 114 |
| Binary | 10011001 | 11101011 | 11100111 | 100011 | 0 | 10 | 1000 | 10110001 | 1000011 | 1001100 |
Color Harmonies of #99EBE7
Complementary color
Monochromatic Colors of #99EBE7
Black with #99EBE7
Text Example
Text Example
White with #99EBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EBE7; }
p { color: rgb(153,235,231); }
H1.HeaderClassName
{
color: #99EBE7;
}
.AnyTagClassName
{
color: #99EBE7;
}
</style>
background-color css
<style>
a { background-color: #99EBE7; }
a { background-color: rgb(153,235,231); }
div.DivClassName
{
background-color: #99EBE7;
}
.BgClassName
{
background-color: #99EBE7;
}
</style>
border-color css
<style>
span { border-color: #99EBE7; }
span { border-color: rgb(153,235,231); }
td.TdClassName
{
border-color: #99EBE7;
}
.TagClassName
{
border-color: #99EBE7;
}
</style>