Shades of Blizzard Blue #9AE7EA
Tints of Blizzard Blue #9AE7EA
RGB
CMYK
RGB Variations
Color information
#9AE7EA (or 0x9AE7EA) is known color: Blizzard Blue. HEX triplet: 9A, E7 and EA. RGB value is (154,231,234). Sum of RGB (Red+Green+Blue) = 154+231+234=619 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.88% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AE7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AE7EA is #651815. Grayscale: #D0D0D0. Windows color (decimal): -6625302 or 15394714. OLE color: 15394714.
HSL color Cylindrical-coordinate representation of color #9AE7EA: hue angle of 182.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE7EA is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 231 | 234 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.08 |
| HSL | 182.25º | 0.66% | 0.76% | - |
| HSV(B) | 182.25º | 0.34% | 0.92% | - |
| XYZ | 56.75 | 69.96 | 88.35 | - |
| YUV | 208.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 231 | 234 | 0.34 | 0.01 | 0 | 0.08 | 182.25 | 0.66 | 0.76 |
| Hex | 9A | E7 | EA | 22 | 1 | 0 | 8 | B6 | 42 | 4C |
| Octal | 232 | 347 | 352 | 42 | 1 | 0 | 10 | 266 | 102 | 114 |
| Binary | 10011010 | 11100111 | 11101010 | 100010 | 1 | 0 | 1000 | 10110110 | 1000010 | 1001100 |
Color Harmonies of #9AE7EA
Complementary color
Monochromatic Colors of #9AE7EA
Black with #9AE7EA
Text Example
Text Example
White with #9AE7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE7EA; }
p { color: rgb(154,231,234); }
H1.HeaderClassName
{
color: #9AE7EA;
}
.AnyTagClassName
{
color: #9AE7EA;
}
</style>
background-color css
<style>
a { background-color: #9AE7EA; }
a { background-color: rgb(154,231,234); }
div.DivClassName
{
background-color: #9AE7EA;
}
.BgClassName
{
background-color: #9AE7EA;
}
</style>
border-color css
<style>
span { border-color: #9AE7EA; }
span { border-color: rgb(154,231,234); }
td.TdClassName
{
border-color: #9AE7EA;
}
.TagClassName
{
border-color: #9AE7EA;
}
</style>