Shades of Blizzard Blue #99ECEA
Tints of Blizzard Blue #99ECEA
RGB
CMYK
RGB Variations
Color information
#99ECEA (or 0x99ECEA) is known color: Blizzard Blue. HEX triplet: 99, EC and EA. RGB value is (153,236,234). Sum of RGB (Red+Green+Blue) = 153+236+234=623 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.56% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99ECEA is #661315. Grayscale: #D2D2D2. Windows color (decimal): -6689558 or 15395993. OLE color: 15395993.
HSL color Cylindrical-coordinate representation of color #99ECEA: hue angle of 178.55º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99ECEA is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 234 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.07 |
| HSL | 178.55º | 0.69% | 0.76% | - |
| HSV(B) | 178.55º | 0.35% | 0.93% | - |
| XYZ | 57.98 | 72.7 | 88.82 | - |
| YUV | 210.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 234 | 0.35 | 0 | 0.01 | 0.07 | 178.55 | 0.69 | 0.76 |
| Hex | 99 | EC | EA | 23 | 0 | 1 | 7 | B3 | 45 | 4C |
| Octal | 231 | 354 | 352 | 43 | 0 | 1 | 7 | 263 | 105 | 114 |
| Binary | 10011001 | 11101100 | 11101010 | 100011 | 0 | 1 | 111 | 10110011 | 1000101 | 1001100 |
Color Harmonies of #99ECEA
Complementary color
Monochromatic Colors of #99ECEA
Black with #99ECEA
Text Example
Text Example
White with #99ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECEA; }
p { color: rgb(153,236,234); }
H1.HeaderClassName
{
color: #99ECEA;
}
.AnyTagClassName
{
color: #99ECEA;
}
</style>
background-color css
<style>
a { background-color: #99ECEA; }
a { background-color: rgb(153,236,234); }
div.DivClassName
{
background-color: #99ECEA;
}
.BgClassName
{
background-color: #99ECEA;
}
</style>
border-color css
<style>
span { border-color: #99ECEA; }
span { border-color: rgb(153,236,234); }
td.TdClassName
{
border-color: #99ECEA;
}
.TagClassName
{
border-color: #99ECEA;
}
</style>