Shades of Blizzard Blue #9AEEEC
Tints of Blizzard Blue #9AEEEC
RGB
CMYK
RGB Variations
Color information
#9AEEEC (or 0x9AEEEC) is known color: Blizzard Blue. HEX triplet: 9A, EE and EC. RGB value is (154,238,236). Sum of RGB (Red+Green+Blue) = 154+238+236=628 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.52% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEEEC is #651113. Grayscale: #D4D4D4. Windows color (decimal): -6623508 or 15527578. OLE color: 15527578.
HSL color Cylindrical-coordinate representation of color #9AEEEC: hue angle of 178.57º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEEEC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 238 | 236 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.07 |
| HSL | 178.57º | 0.71% | 0.77% | - |
| HSV(B) | 178.57º | 0.35% | 0.93% | - |
| XYZ | 59.04 | 74.08 | 90.54 | - |
| YUV | 212.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 238 | 236 | 0.35 | 0 | 0.01 | 0.07 | 178.57 | 0.71 | 0.77 |
| Hex | 9A | EE | EC | 23 | 0 | 1 | 7 | B3 | 47 | 4D |
| Octal | 232 | 356 | 354 | 43 | 0 | 1 | 7 | 263 | 107 | 115 |
| Binary | 10011010 | 11101110 | 11101100 | 100011 | 0 | 1 | 111 | 10110011 | 1000111 | 1001101 |
Color Harmonies of #9AEEEC
Complementary color
Monochromatic Colors of #9AEEEC
Black with #9AEEEC
Text Example
Text Example
White with #9AEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEEEC; }
p { color: rgb(154,238,236); }
H1.HeaderClassName
{
color: #9AEEEC;
}
.AnyTagClassName
{
color: #9AEEEC;
}
</style>
background-color css
<style>
a { background-color: #9AEEEC; }
a { background-color: rgb(154,238,236); }
div.DivClassName
{
background-color: #9AEEEC;
}
.BgClassName
{
background-color: #9AEEEC;
}
</style>
border-color css
<style>
span { border-color: #9AEEEC; }
span { border-color: rgb(154,238,236); }
td.TdClassName
{
border-color: #9AEEEC;
}
.TagClassName
{
border-color: #9AEEEC;
}
</style>