Shades of Blizzard Blue #9AE6EA
Tints of Blizzard Blue #9AE6EA
RGB
CMYK
RGB Variations
Color information
#9AE6EA (or 0x9AE6EA) is known color: Blizzard Blue. HEX triplet: 9A, E6 and EA. RGB value is (154,230,234). Sum of RGB (Red+Green+Blue) = 154+230+234=618 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.92% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AE6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AE6EA is #651915. Grayscale: #CFCFCF. Windows color (decimal): -6625558 or 15394458. OLE color: 15394458.
HSL color Cylindrical-coordinate representation of color #9AE6EA: hue angle of 183º 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 #9AE6EA is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 230 | 234 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.08 |
| HSL | 183º | 0.66% | 0.76% | - |
| HSV(B) | 183º | 0.34% | 0.92% | - |
| XYZ | 56.47 | 69.4 | 88.26 | - |
| YUV | 207.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 230 | 234 | 0.34 | 0.02 | 0 | 0.08 | 183 | 0.66 | 0.76 |
| Hex | 9A | E6 | EA | 22 | 2 | 0 | 8 | B7 | 42 | 4C |
| Octal | 232 | 346 | 352 | 42 | 2 | 0 | 10 | 267 | 102 | 114 |
| Binary | 10011010 | 11100110 | 11101010 | 100010 | 10 | 0 | 1000 | 10110111 | 1000010 | 1001100 |
Color Harmonies of #9AE6EA
Complementary color
Monochromatic Colors of #9AE6EA
Black with #9AE6EA
Text Example
Text Example
White with #9AE6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE6EA; }
p { color: rgb(154,230,234); }
H1.HeaderClassName
{
color: #9AE6EA;
}
.AnyTagClassName
{
color: #9AE6EA;
}
</style>
background-color css
<style>
a { background-color: #9AE6EA; }
a { background-color: rgb(154,230,234); }
div.DivClassName
{
background-color: #9AE6EA;
}
.BgClassName
{
background-color: #9AE6EA;
}
</style>
border-color css
<style>
span { border-color: #9AE6EA; }
span { border-color: rgb(154,230,234); }
td.TdClassName
{
border-color: #9AE6EA;
}
.TagClassName
{
border-color: #9AE6EA;
}
</style>