Shades of Echo Blue #9AAFCC
Tints of Echo Blue #9AAFCC
RGB
CMYK
RGB Variations
Color information
#9AAFCC (or 0x9AAFCC) is known color: Echo Blue. HEX triplet: 9A, AF and CC. RGB value is (154,175,204). Sum of RGB (Red+Green+Blue) = 154+175+204=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #9AAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFCC is #655033. Grayscale: #ABABAB. Windows color (decimal): -6639668 or 13414298. OLE color: 13414298.
HSL color Cylindrical-coordinate representation of color #9AAFCC: hue angle of 214.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 #9AAFCC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 175 | 204 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.2 |
| HSL | 214.8º | 0.33% | 0.7% | - |
| HSV(B) | 214.8º | 0.25% | 0.8% | - |
| XYZ | 39.56 | 41.89 | 63.13 | - |
| YUV | 172.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 204 | 0.25 | 0.14 | 0 | 0.2 | 214.8 | 0.33 | 0.7 |
| Hex | 9A | AF | CC | 19 | E | 0 | 14 | D7 | 21 | 46 |
| Octal | 232 | 257 | 314 | 31 | 16 | 0 | 24 | 327 | 41 | 106 |
| Binary | 10011010 | 10101111 | 11001100 | 11001 | 1110 | 0 | 10100 | 11010111 | 100001 | 1000110 |
Color Harmonies of #9AAFCC
Complementary color
Monochromatic Colors of #9AAFCC
Black with #9AAFCC
Text Example
Text Example
White with #9AAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFCC; }
p { color: rgb(154,175,204); }
H1.HeaderClassName
{
color: #9AAFCC;
}
.AnyTagClassName
{
color: #9AAFCC;
}
</style>
background-color css
<style>
a { background-color: #9AAFCC; }
a { background-color: rgb(154,175,204); }
div.DivClassName
{
background-color: #9AAFCC;
}
.BgClassName
{
background-color: #9AAFCC;
}
</style>
border-color css
<style>
span { border-color: #9AAFCC; }
span { border-color: rgb(154,175,204); }
td.TdClassName
{
border-color: #9AAFCC;
}
.TagClassName
{
border-color: #9AAFCC;
}
</style>