Shades of Echo Blue #9AAACB
Tints of Echo Blue #9AAACB
RGB
CMYK
RGB Variations
Color information
#9AAACB (or 0x9AAACB) is known color: Echo Blue. HEX triplet: 9A, AA and CB. RGB value is (154,170,203). Sum of RGB (Red+Green+Blue) = 154+170+203=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #9AAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAACB is #655534. Grayscale: #A8A8A8. Windows color (decimal): -6640949 or 13347482. OLE color: 13347482.
HSL color Cylindrical-coordinate representation of color #9AAACB: hue angle of 220.41º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AAACB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 170 | 203 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.20 |
| HSL | 220.41º | 0.32% | 0.7% | - |
| HSV(B) | 220.41º | 0.24% | 0.8% | - |
| XYZ | 38.48 | 39.93 | 62.18 | - |
| YUV | 168.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 203 | 0.24 | 0.16 | 0 | 0.20 | 220.41 | 0.32 | 0.7 |
| Hex | 9A | AA | CB | 18 | 10 | 0 | 14 | DC | 20 | 46 |
| Octal | 232 | 252 | 313 | 30 | 20 | 0 | 24 | 334 | 40 | 106 |
| Binary | 10011010 | 10101010 | 11001011 | 11000 | 10000 | 0 | 10100 | 11011100 | 100000 | 1000110 |
Color Harmonies of #9AAACB
Complementary color
Monochromatic Colors of #9AAACB
Black with #9AAACB
Text Example
Text Example
White with #9AAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAACB; }
p { color: rgb(154,170,203); }
H1.HeaderClassName
{
color: #9AAACB;
}
.AnyTagClassName
{
color: #9AAACB;
}
</style>
background-color css
<style>
a { background-color: #9AAACB; }
a { background-color: rgb(154,170,203); }
div.DivClassName
{
background-color: #9AAACB;
}
.BgClassName
{
background-color: #9AAACB;
}
</style>
border-color css
<style>
span { border-color: #9AAACB; }
span { border-color: rgb(154,170,203); }
td.TdClassName
{
border-color: #9AAACB;
}
.TagClassName
{
border-color: #9AAACB;
}
</style>