Shades of Echo Blue #ABB5D2
Tints of Echo Blue #ABB5D2
RGB
CMYK
RGB Variations
Color information
#ABB5D2 (or 0xABB5D2) is known color: Echo Blue. HEX triplet: AB, B5 and D2. RGB value is (171,181,210). Sum of RGB (Red+Green+Blue) = 171+181+210=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABB5D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5D2 is #544A2D. Grayscale: #B5B5B5. Windows color (decimal): -5524014 or 13809067. OLE color: 13809067.
HSL color Cylindrical-coordinate representation of color #ABB5D2: hue angle of 224.62º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABB5D2 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 181 | 210 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.18 |
| HSL | 224.62º | 0.3% | 0.75% | - |
| HSV(B) | 224.62º | 0.19% | 0.82% | - |
| XYZ | 44.95 | 46.36 | 67.55 | - |
| YUV | 181.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 181 | 210 | 0.19 | 0.14 | 0 | 0.18 | 224.62 | 0.3 | 0.75 |
| Hex | AB | B5 | D2 | 13 | E | 0 | 12 | E1 | 1E | 4B |
| Octal | 253 | 265 | 322 | 23 | 16 | 0 | 22 | 341 | 36 | 113 |
| Binary | 10101011 | 10110101 | 11010010 | 10011 | 1110 | 0 | 10010 | 11100001 | 11110 | 1001011 |
Color Harmonies of #ABB5D2
Complementary color
Monochromatic Colors of #ABB5D2
Black with #ABB5D2
Text Example
Text Example
White with #ABB5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB5D2; }
p { color: rgb(171,181,210); }
H1.HeaderClassName
{
color: #ABB5D2;
}
.AnyTagClassName
{
color: #ABB5D2;
}
</style>
background-color css
<style>
a { background-color: #ABB5D2; }
a { background-color: rgb(171,181,210); }
div.DivClassName
{
background-color: #ABB5D2;
}
.BgClassName
{
background-color: #ABB5D2;
}
</style>
border-color css
<style>
span { border-color: #ABB5D2; }
span { border-color: rgb(171,181,210); }
td.TdClassName
{
border-color: #ABB5D2;
}
.TagClassName
{
border-color: #ABB5D2;
}
</style>