Shades of Blizzard Blue #99ECE6
Tints of Blizzard Blue #99ECE6
RGB
CMYK
RGB Variations
Color information
#99ECE6 (or 0x99ECE6) is known color: Blizzard Blue. HEX triplet: 99, EC and E6. RGB value is (153,236,230). Sum of RGB (Red+Green+Blue) = 153+236+230=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99ECE6 is #661319. Grayscale: #D2D2D2. Windows color (decimal): -6689562 or 15133849. OLE color: 15133849.
HSL color Cylindrical-coordinate representation of color #99ECE6: hue angle of 175.66º 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 #99ECE6 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 230 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.07 |
| HSL | 175.66º | 0.69% | 0.76% | - |
| HSV(B) | 175.66º | 0.35% | 0.93% | - |
| XYZ | 57.42 | 72.48 | 85.83 | - |
| YUV | 210.5 | 139 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 230 | 0.35 | 0 | 0.03 | 0.07 | 175.66 | 0.69 | 0.76 |
| Hex | 99 | EC | E6 | 23 | 0 | 3 | 7 | B0 | 45 | 4C |
| Octal | 231 | 354 | 346 | 43 | 0 | 3 | 7 | 260 | 105 | 114 |
| Binary | 10011001 | 11101100 | 11100110 | 100011 | 0 | 11 | 111 | 10110000 | 1000101 | 1001100 |
Color Harmonies of #99ECE6
Complementary color
Monochromatic Colors of #99ECE6
Black with #99ECE6
Text Example
Text Example
White with #99ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECE6; }
p { color: rgb(153,236,230); }
H1.HeaderClassName
{
color: #99ECE6;
}
.AnyTagClassName
{
color: #99ECE6;
}
</style>
background-color css
<style>
a { background-color: #99ECE6; }
a { background-color: rgb(153,236,230); }
div.DivClassName
{
background-color: #99ECE6;
}
.BgClassName
{
background-color: #99ECE6;
}
</style>
border-color css
<style>
span { border-color: #99ECE6; }
span { border-color: rgb(153,236,230); }
td.TdClassName
{
border-color: #99ECE6;
}
.TagClassName
{
border-color: #99ECE6;
}
</style>