Shades of Echo Blue #9AA6CA
Tints of Echo Blue #9AA6CA
RGB
CMYK
RGB Variations
Color information
#9AA6CA (or 0x9AA6CA) is known color: Echo Blue. HEX triplet: 9A, A6 and CA. RGB value is (154,166,202). Sum of RGB (Red+Green+Blue) = 154+166+202=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #9AA6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA6CA is #655935. Grayscale: #A6A6A6. Windows color (decimal): -6641974 or 13280922. OLE color: 13280922.
HSL color Cylindrical-coordinate representation of color #9AA6CA: hue angle of 225º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AA6CA is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 166 | 202 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.21 |
| HSL | 225º | 0.31% | 0.7% | - |
| HSV(B) | 225º | 0.24% | 0.79% | - |
| XYZ | 37.62 | 38.41 | 61.31 | - |
| YUV | 166.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 202 | 0.24 | 0.18 | 0 | 0.21 | 225 | 0.31 | 0.7 |
| Hex | 9A | A6 | CA | 18 | 12 | 0 | 15 | E1 | 1F | 46 |
| Octal | 232 | 246 | 312 | 30 | 22 | 0 | 25 | 341 | 37 | 106 |
| Binary | 10011010 | 10100110 | 11001010 | 11000 | 10010 | 0 | 10101 | 11100001 | 11111 | 1000110 |
Color Harmonies of #9AA6CA
Complementary color
Monochromatic Colors of #9AA6CA
Black with #9AA6CA
Text Example
Text Example
White with #9AA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA6CA; }
p { color: rgb(154,166,202); }
H1.HeaderClassName
{
color: #9AA6CA;
}
.AnyTagClassName
{
color: #9AA6CA;
}
</style>
background-color css
<style>
a { background-color: #9AA6CA; }
a { background-color: rgb(154,166,202); }
div.DivClassName
{
background-color: #9AA6CA;
}
.BgClassName
{
background-color: #9AA6CA;
}
</style>
border-color css
<style>
span { border-color: #9AA6CA; }
span { border-color: rgb(154,166,202); }
td.TdClassName
{
border-color: #9AA6CA;
}
.TagClassName
{
border-color: #9AA6CA;
}
</style>