Shades of Echo Blue #ABB8CC
Tints of Echo Blue #ABB8CC
RGB
CMYK
RGB Variations
Color information
#ABB8CC (or 0xABB8CC) is known color: Echo Blue. HEX triplet: AB, B8 and CC. RGB value is (171,184,204). Sum of RGB (Red+Green+Blue) = 171+184+204=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABB8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8CC is #544733. Grayscale: #B6B6B6. Windows color (decimal): -5523252 or 13416619. OLE color: 13416619.
HSL color Cylindrical-coordinate representation of color #ABB8CC: hue angle of 216.36º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABB8CC is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 184 | 204 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.2 |
| HSL | 216.36º | 0.24% | 0.74% | - |
| HSV(B) | 216.36º | 0.16% | 0.8% | - |
| XYZ | 44.83 | 47.3 | 63.89 | - |
| YUV | 182.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 204 | 0.16 | 0.10 | 0 | 0.2 | 216.36 | 0.24 | 0.74 |
| Hex | AB | B8 | CC | 10 | A | 0 | 14 | D8 | 18 | 4A |
| Octal | 253 | 270 | 314 | 20 | 12 | 0 | 24 | 330 | 30 | 112 |
| Binary | 10101011 | 10111000 | 11001100 | 10000 | 1010 | 0 | 10100 | 11011000 | 11000 | 1001010 |
Color Harmonies of #ABB8CC
Complementary color
Monochromatic Colors of #ABB8CC
Black with #ABB8CC
Text Example
Text Example
White with #ABB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8CC; }
p { color: rgb(171,184,204); }
H1.HeaderClassName
{
color: #ABB8CC;
}
.AnyTagClassName
{
color: #ABB8CC;
}
</style>
background-color css
<style>
a { background-color: #ABB8CC; }
a { background-color: rgb(171,184,204); }
div.DivClassName
{
background-color: #ABB8CC;
}
.BgClassName
{
background-color: #ABB8CC;
}
</style>
border-color css
<style>
span { border-color: #ABB8CC; }
span { border-color: rgb(171,184,204); }
td.TdClassName
{
border-color: #ABB8CC;
}
.TagClassName
{
border-color: #ABB8CC;
}
</style>