Shades of Echo Blue #9AACC8
Tints of Echo Blue #9AACC8
RGB
CMYK
RGB Variations
Color information
#9AACC8 (or 0x9AACC8) is known color: Echo Blue. HEX triplet: 9A, AC and C8. RGB value is (154,172,200). Sum of RGB (Red+Green+Blue) = 154+172+200=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #9AACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACC8 is #655337. Grayscale: #A9A9A9. Windows color (decimal): -6640440 or 13151386. OLE color: 13151386.
HSL color Cylindrical-coordinate representation of color #9AACC8: hue angle of 216.52º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AACC8 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 172 | 200 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.22 |
| HSL | 216.52º | 0.29% | 0.69% | - |
| HSV(B) | 216.52º | 0.23% | 0.78% | - |
| XYZ | 38.5 | 40.55 | 60.44 | - |
| YUV | 169.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 200 | 0.23 | 0.14 | 0 | 0.22 | 216.52 | 0.29 | 0.69 |
| Hex | 9A | AC | C8 | 17 | E | 0 | 16 | D9 | 1D | 45 |
| Octal | 232 | 254 | 310 | 27 | 16 | 0 | 26 | 331 | 35 | 105 |
| Binary | 10011010 | 10101100 | 11001000 | 10111 | 1110 | 0 | 10110 | 11011001 | 11101 | 1000101 |
Color Harmonies of #9AACC8
Complementary color
Monochromatic Colors of #9AACC8
Black with #9AACC8
Text Example
Text Example
White with #9AACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACC8; }
p { color: rgb(154,172,200); }
H1.HeaderClassName
{
color: #9AACC8;
}
.AnyTagClassName
{
color: #9AACC8;
}
</style>
background-color css
<style>
a { background-color: #9AACC8; }
a { background-color: rgb(154,172,200); }
div.DivClassName
{
background-color: #9AACC8;
}
.BgClassName
{
background-color: #9AACC8;
}
</style>
border-color css
<style>
span { border-color: #9AACC8; }
span { border-color: rgb(154,172,200); }
td.TdClassName
{
border-color: #9AACC8;
}
.TagClassName
{
border-color: #9AACC8;
}
</style>