Shades of Blizzard Blue #9AE8EC
Tints of Blizzard Blue #9AE8EC
RGB
CMYK
RGB Variations
Color information
#9AE8EC (or 0x9AE8EC) is known color: Blizzard Blue. HEX triplet: 9A, E8 and EC. RGB value is (154,232,236). Sum of RGB (Red+Green+Blue) = 154+232+236=622 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.76% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #9AE8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AE8EC is #651713. Grayscale: #D1D1D1. Windows color (decimal): -6625044 or 15526042. OLE color: 15526042.
HSL color Cylindrical-coordinate representation of color #9AE8EC: hue angle of 182.93º degrees, saturation: 0.68, 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 #9AE8EC is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 232 | 236 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.07 |
| HSL | 182.93º | 0.68% | 0.76% | - |
| HSV(B) | 182.93º | 0.35% | 0.93% | - |
| XYZ | 57.32 | 70.64 | 89.97 | - |
| YUV | 209.13 | 143.16 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 232 | 236 | 0.35 | 0.02 | 0 | 0.07 | 182.93 | 0.68 | 0.76 |
| Hex | 9A | E8 | EC | 23 | 2 | 0 | 7 | B7 | 44 | 4C |
| Octal | 232 | 350 | 354 | 43 | 2 | 0 | 7 | 267 | 104 | 114 |
| Binary | 10011010 | 11101000 | 11101100 | 100011 | 10 | 0 | 111 | 10110111 | 1000100 | 1001100 |
Color Harmonies of #9AE8EC
Complementary color
Monochromatic Colors of #9AE8EC
Black with #9AE8EC
Text Example
Text Example
White with #9AE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE8EC; }
p { color: rgb(154,232,236); }
H1.HeaderClassName
{
color: #9AE8EC;
}
.AnyTagClassName
{
color: #9AE8EC;
}
</style>
background-color css
<style>
a { background-color: #9AE8EC; }
a { background-color: rgb(154,232,236); }
div.DivClassName
{
background-color: #9AE8EC;
}
.BgClassName
{
background-color: #9AE8EC;
}
</style>
border-color css
<style>
span { border-color: #9AE8EC; }
span { border-color: rgb(154,232,236); }
td.TdClassName
{
border-color: #9AE8EC;
}
.TagClassName
{
border-color: #9AE8EC;
}
</style>