Shades of Blizzard Blue #9EECEB
Tints of Blizzard Blue #9EECEB
RGB
CMYK
RGB Variations
Color information
#9EECEB (or 0x9EECEB) is known color: Blizzard Blue. HEX triplet: 9E, EC and EB. RGB value is (158,236,235). Sum of RGB (Red+Green+Blue) = 158+236+235=629 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.12% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECEB is #611314. Grayscale: #D4D4D4. Windows color (decimal): -6361877 or 15461534. OLE color: 15461534.
HSL color Cylindrical-coordinate representation of color #9EECEB: hue angle of 179.23º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EECEB is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 235 | - |
| CMYK | 0.33 | 0 | 0.00 | 0.07 |
| HSL | 179.23º | 0.67% | 0.77% | - |
| HSV(B) | 179.23º | 0.33% | 0.93% | - |
| XYZ | 59.09 | 73.26 | 89.62 | - |
| YUV | 212.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 235 | 0.33 | 0 | 0.00 | 0.07 | 179.23 | 0.67 | 0.77 |
| Hex | 9E | EC | EB | 21 | 0 | 0 | 7 | B3 | 43 | 4D |
| Octal | 236 | 354 | 353 | 41 | 0 | 0 | 7 | 263 | 103 | 115 |
| Binary | 10011110 | 11101100 | 11101011 | 100001 | 0 | 0 | 111 | 10110011 | 1000011 | 1001101 |
Color Harmonies of #9EECEB
Complementary color
Monochromatic Colors of #9EECEB
Black with #9EECEB
Text Example
Text Example
White with #9EECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECEB; }
p { color: rgb(158,236,235); }
H1.HeaderClassName
{
color: #9EECEB;
}
.AnyTagClassName
{
color: #9EECEB;
}
</style>
background-color css
<style>
a { background-color: #9EECEB; }
a { background-color: rgb(158,236,235); }
div.DivClassName
{
background-color: #9EECEB;
}
.BgClassName
{
background-color: #9EECEB;
}
</style>
border-color css
<style>
span { border-color: #9EECEB; }
span { border-color: rgb(158,236,235); }
td.TdClassName
{
border-color: #9EECEB;
}
.TagClassName
{
border-color: #9EECEB;
}
</style>