Shades of Echo Blue #9AA9CC
Tints of Echo Blue #9AA9CC
RGB
CMYK
RGB Variations
Color information
#9AA9CC (or 0x9AA9CC) is known color: Echo Blue. HEX triplet: 9A, A9 and CC. RGB value is (154,169,204). Sum of RGB (Red+Green+Blue) = 154+169+204=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #9AA9CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA9CC is #655633. Grayscale: #A8A8A8. Windows color (decimal): -6641204 or 13412762. OLE color: 13412762.
HSL color Cylindrical-coordinate representation of color #9AA9CC: hue angle of 222º 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 #9AA9CC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 169 | 204 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.2 |
| HSL | 222º | 0.33% | 0.7% | - |
| HSV(B) | 222º | 0.25% | 0.8% | - |
| XYZ | 38.41 | 39.61 | 62.75 | - |
| YUV | 168.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 204 | 0.25 | 0.17 | 0 | 0.2 | 222 | 0.33 | 0.7 |
| Hex | 9A | A9 | CC | 19 | 11 | 0 | 14 | DE | 21 | 46 |
| Octal | 232 | 251 | 314 | 31 | 21 | 0 | 24 | 336 | 41 | 106 |
| Binary | 10011010 | 10101001 | 11001100 | 11001 | 10001 | 0 | 10100 | 11011110 | 100001 | 1000110 |
Color Harmonies of #9AA9CC
Complementary color
Monochromatic Colors of #9AA9CC
Black with #9AA9CC
Text Example
Text Example
White with #9AA9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA9CC; }
p { color: rgb(154,169,204); }
H1.HeaderClassName
{
color: #9AA9CC;
}
.AnyTagClassName
{
color: #9AA9CC;
}
</style>
background-color css
<style>
a { background-color: #9AA9CC; }
a { background-color: rgb(154,169,204); }
div.DivClassName
{
background-color: #9AA9CC;
}
.BgClassName
{
background-color: #9AA9CC;
}
</style>
border-color css
<style>
span { border-color: #9AA9CC; }
span { border-color: rgb(154,169,204); }
td.TdClassName
{
border-color: #9AA9CC;
}
.TagClassName
{
border-color: #9AA9CC;
}
</style>