Shades of Blizzard Blue #99EBE5
Tints of Blizzard Blue #99EBE5
RGB
CMYK
RGB Variations
Color information
#99EBE5 (or 0x99EBE5) is known color: Blizzard Blue. HEX triplet: 99, EB and E5. RGB value is (153,235,229). Sum of RGB (Red+Green+Blue) = 153+235+229=617 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.80% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBE5 is #66141A. Grayscale: #D1D1D1. Windows color (decimal): -6689819 or 15068057. OLE color: 15068057.
HSL color Cylindrical-coordinate representation of color #99EBE5: hue angle of 175.61º 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 #99EBE5 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 235 | 229 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.08 |
| HSL | 175.61º | 0.67% | 0.76% | - |
| HSV(B) | 175.61º | 0.35% | 0.92% | - |
| XYZ | 56.99 | 71.85 | 84.99 | - |
| YUV | 209.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 235 | 229 | 0.35 | 0 | 0.03 | 0.08 | 175.61 | 0.67 | 0.76 |
| Hex | 99 | EB | E5 | 23 | 0 | 3 | 8 | B0 | 43 | 4C |
| Octal | 231 | 353 | 345 | 43 | 0 | 3 | 10 | 260 | 103 | 114 |
| Binary | 10011001 | 11101011 | 11100101 | 100011 | 0 | 11 | 1000 | 10110000 | 1000011 | 1001100 |
Color Harmonies of #99EBE5
Complementary color
Monochromatic Colors of #99EBE5
Black with #99EBE5
Text Example
Text Example
White with #99EBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EBE5; }
p { color: rgb(153,235,229); }
H1.HeaderClassName
{
color: #99EBE5;
}
.AnyTagClassName
{
color: #99EBE5;
}
</style>
background-color css
<style>
a { background-color: #99EBE5; }
a { background-color: rgb(153,235,229); }
div.DivClassName
{
background-color: #99EBE5;
}
.BgClassName
{
background-color: #99EBE5;
}
</style>
border-color css
<style>
span { border-color: #99EBE5; }
span { border-color: rgb(153,235,229); }
td.TdClassName
{
border-color: #99EBE5;
}
.TagClassName
{
border-color: #99EBE5;
}
</style>