Shades of Echo Blue #9AAACC
Tints of Echo Blue #9AAACC
RGB
CMYK
RGB Variations
Color information
#9AAACC (or 0x9AAACC) is known color: Echo Blue. HEX triplet: 9A, AA and CC. RGB value is (154,170,204). Sum of RGB (Red+Green+Blue) = 154+170+204=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #9AAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAACC is #655533. Grayscale: #A8A8A8. Windows color (decimal): -6640948 or 13413018. OLE color: 13413018.
HSL color Cylindrical-coordinate representation of color #9AAACC: hue angle of 220.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AAACC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 170 | 204 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.2 |
| HSL | 220.8º | 0.33% | 0.7% | - |
| HSV(B) | 220.8º | 0.25% | 0.8% | - |
| XYZ | 38.6 | 39.98 | 62.81 | - |
| YUV | 169.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 204 | 0.25 | 0.17 | 0 | 0.2 | 220.8 | 0.33 | 0.7 |
| Hex | 9A | AA | CC | 19 | 11 | 0 | 14 | DD | 21 | 46 |
| Octal | 232 | 252 | 314 | 31 | 21 | 0 | 24 | 335 | 41 | 106 |
| Binary | 10011010 | 10101010 | 11001100 | 11001 | 10001 | 0 | 10100 | 11011101 | 100001 | 1000110 |
Color Harmonies of #9AAACC
Complementary color
Monochromatic Colors of #9AAACC
Black with #9AAACC
Text Example
Text Example
White with #9AAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAACC; }
p { color: rgb(154,170,204); }
H1.HeaderClassName
{
color: #9AAACC;
}
.AnyTagClassName
{
color: #9AAACC;
}
</style>
background-color css
<style>
a { background-color: #9AAACC; }
a { background-color: rgb(154,170,204); }
div.DivClassName
{
background-color: #9AAACC;
}
.BgClassName
{
background-color: #9AAACC;
}
</style>
border-color css
<style>
span { border-color: #9AAACC; }
span { border-color: rgb(154,170,204); }
td.TdClassName
{
border-color: #9AAACC;
}
.TagClassName
{
border-color: #9AAACC;
}
</style>