Shades of Echo Blue #9AA4C8
Tints of Echo Blue #9AA4C8
RGB
CMYK
RGB Variations
Color information
#9AA4C8 (or 0x9AA4C8) is known color: Echo Blue. HEX triplet: 9A, A4 and C8. RGB value is (154,164,200). Sum of RGB (Red+Green+Blue) = 154+164+200=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 200 - color contains mainly: blue. Hex color #9AA4C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA4C8 is #655B37. Grayscale: #A4A4A4. Windows color (decimal): -6642488 or 13149338. OLE color: 13149338.
HSL color Cylindrical-coordinate representation of color #9AA4C8: hue angle of 226.96º 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 #9AA4C8 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 164 | 200 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.22 |
| HSL | 226.96º | 0.29% | 0.69% | - |
| HSV(B) | 226.96º | 0.23% | 0.78% | - |
| XYZ | 37.03 | 37.59 | 59.95 | - |
| YUV | 165.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 200 | 0.23 | 0.18 | 0 | 0.22 | 226.96 | 0.29 | 0.69 |
| Hex | 9A | A4 | C8 | 17 | 12 | 0 | 16 | E3 | 1D | 45 |
| Octal | 232 | 244 | 310 | 27 | 22 | 0 | 26 | 343 | 35 | 105 |
| Binary | 10011010 | 10100100 | 11001000 | 10111 | 10010 | 0 | 10110 | 11100011 | 11101 | 1000101 |
Color Harmonies of #9AA4C8
Complementary color
Monochromatic Colors of #9AA4C8
Black with #9AA4C8
Text Example
Text Example
White with #9AA4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA4C8; }
p { color: rgb(154,164,200); }
H1.HeaderClassName
{
color: #9AA4C8;
}
.AnyTagClassName
{
color: #9AA4C8;
}
</style>
background-color css
<style>
a { background-color: #9AA4C8; }
a { background-color: rgb(154,164,200); }
div.DivClassName
{
background-color: #9AA4C8;
}
.BgClassName
{
background-color: #9AA4C8;
}
</style>
border-color css
<style>
span { border-color: #9AA4C8; }
span { border-color: rgb(154,164,200); }
td.TdClassName
{
border-color: #9AA4C8;
}
.TagClassName
{
border-color: #9AA4C8;
}
</style>