Shades of Echo Blue #9AABCB
Tints of Echo Blue #9AABCB
RGB
CMYK
RGB Variations
Color information
#9AABCB (or 0x9AABCB) is known color: Echo Blue. HEX triplet: 9A, AB and CB. RGB value is (154,171,203). Sum of RGB (Red+Green+Blue) = 154+171+203=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #9AABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABCB is #655434. Grayscale: #A9A9A9. Windows color (decimal): -6640693 or 13347738. OLE color: 13347738.
HSL color Cylindrical-coordinate representation of color #9AABCB: hue angle of 219.18º 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 #9AABCB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 171 | 203 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.20 |
| HSL | 219.18º | 0.32% | 0.7% | - |
| HSV(B) | 219.18º | 0.24% | 0.8% | - |
| XYZ | 38.67 | 40.31 | 62.24 | - |
| YUV | 169.57 | 146.87 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 203 | 0.24 | 0.16 | 0 | 0.20 | 219.18 | 0.32 | 0.7 |
| Hex | 9A | AB | CB | 18 | 10 | 0 | 14 | DB | 20 | 46 |
| Octal | 232 | 253 | 313 | 30 | 20 | 0 | 24 | 333 | 40 | 106 |
| Binary | 10011010 | 10101011 | 11001011 | 11000 | 10000 | 0 | 10100 | 11011011 | 100000 | 1000110 |
Color Harmonies of #9AABCB
Complementary color
Monochromatic Colors of #9AABCB
Black with #9AABCB
Text Example
Text Example
White with #9AABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AABCB; }
p { color: rgb(154,171,203); }
H1.HeaderClassName
{
color: #9AABCB;
}
.AnyTagClassName
{
color: #9AABCB;
}
</style>
background-color css
<style>
a { background-color: #9AABCB; }
a { background-color: rgb(154,171,203); }
div.DivClassName
{
background-color: #9AABCB;
}
.BgClassName
{
background-color: #9AABCB;
}
</style>
border-color css
<style>
span { border-color: #9AABCB; }
span { border-color: rgb(154,171,203); }
td.TdClassName
{
border-color: #9AABCB;
}
.TagClassName
{
border-color: #9AABCB;
}
</style>