Shades of Echo Blue #9AABCE
Tints of Echo Blue #9AABCE
RGB
CMYK
RGB Variations
Color information
#9AABCE (or 0x9AABCE) is known color: Echo Blue. HEX triplet: 9A, AB and CE. RGB value is (154,171,206). Sum of RGB (Red+Green+Blue) = 154+171+206=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #9AABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABCE is #655431. Grayscale: #A9A9A9. Windows color (decimal): -6640690 or 13544346. OLE color: 13544346.
HSL color Cylindrical-coordinate representation of color #9AABCE: hue angle of 220.38º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AABCE is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 171 | 206 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.19 |
| HSL | 220.38º | 0.35% | 0.71% | - |
| HSV(B) | 220.38º | 0.25% | 0.81% | - |
| XYZ | 39.03 | 40.45 | 64.14 | - |
| YUV | 169.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 206 | 0.25 | 0.17 | 0 | 0.19 | 220.38 | 0.35 | 0.71 |
| Hex | 9A | AB | CE | 19 | 11 | 0 | 13 | DC | 23 | 47 |
| Octal | 232 | 253 | 316 | 31 | 21 | 0 | 23 | 334 | 43 | 107 |
| Binary | 10011010 | 10101011 | 11001110 | 11001 | 10001 | 0 | 10011 | 11011100 | 100011 | 1000111 |
Color Harmonies of #9AABCE
Complementary color
Monochromatic Colors of #9AABCE
Black with #9AABCE
Text Example
Text Example
White with #9AABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AABCE; }
p { color: rgb(154,171,206); }
H1.HeaderClassName
{
color: #9AABCE;
}
.AnyTagClassName
{
color: #9AABCE;
}
</style>
background-color css
<style>
a { background-color: #9AABCE; }
a { background-color: rgb(154,171,206); }
div.DivClassName
{
background-color: #9AABCE;
}
.BgClassName
{
background-color: #9AABCE;
}
</style>
border-color css
<style>
span { border-color: #9AABCE; }
span { border-color: rgb(154,171,206); }
td.TdClassName
{
border-color: #9AABCE;
}
.TagClassName
{
border-color: #9AABCE;
}
</style>