Shades of Echo Blue #ABB4C2
Tints of Echo Blue #ABB4C2
RGB
CMYK
RGB Variations
Color information
#ABB4C2 (or 0xABB4C2) is known color: Echo Blue. HEX triplet: AB, B4 and C2. RGB value is (171,180,194). Sum of RGB (Red+Green+Blue) = 171+180+194=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABB4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4C2 is #544B3D. Grayscale: #B2B2B2. Windows color (decimal): -5524286 or 12760235. OLE color: 12760235.
HSL color Cylindrical-coordinate representation of color #ABB4C2: hue angle of 216.52º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABB4C2 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 180 | 194 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.24 |
| HSL | 216.52º | 0.16% | 0.72% | - |
| HSV(B) | 216.52º | 0.12% | 0.76% | - |
| XYZ | 42.85 | 45.2 | 57.5 | - |
| YUV | 178.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 194 | 0.12 | 0.07 | 0 | 0.24 | 216.52 | 0.16 | 0.72 |
| Hex | AB | B4 | C2 | C | 7 | 0 | 18 | D9 | 10 | 48 |
| Octal | 253 | 264 | 302 | 14 | 7 | 0 | 30 | 331 | 20 | 110 |
| Binary | 10101011 | 10110100 | 11000010 | 1100 | 111 | 0 | 11000 | 11011001 | 10000 | 1001000 |
Color Harmonies of #ABB4C2
Complementary color
Monochromatic Colors of #ABB4C2
Black with #ABB4C2
Text Example
Text Example
White with #ABB4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB4C2; }
p { color: rgb(171,180,194); }
H1.HeaderClassName
{
color: #ABB4C2;
}
.AnyTagClassName
{
color: #ABB4C2;
}
</style>
background-color css
<style>
a { background-color: #ABB4C2; }
a { background-color: rgb(171,180,194); }
div.DivClassName
{
background-color: #ABB4C2;
}
.BgClassName
{
background-color: #ABB4C2;
}
</style>
border-color css
<style>
span { border-color: #ABB4C2; }
span { border-color: rgb(171,180,194); }
td.TdClassName
{
border-color: #ABB4C2;
}
.TagClassName
{
border-color: #ABB4C2;
}
</style>