Shades of Echo Blue #ABB5C7
Tints of Echo Blue #ABB5C7
RGB
CMYK
RGB Variations
Color information
#ABB5C7 (or 0xABB5C7) is known color: Echo Blue. HEX triplet: AB, B5 and C7. RGB value is (171,181,199). Sum of RGB (Red+Green+Blue) = 171+181+199=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 199 - color contains mainly: blue. Hex color #ABB5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5C7 is #544A38. Grayscale: #B3B3B3. Windows color (decimal): -5524025 or 13088171. OLE color: 13088171.
HSL color Cylindrical-coordinate representation of color #ABB5C7: hue angle of 218.57º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABB5C7 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 171 | 181 | 199 | - |
CMYK | 0.14 | 0.09 | 0 | 0.22 |
HSL | 218.57º | 0.2% | 0.73% | - |
HSV(B) | 218.57º | 0.14% | 0.78% | - |
XYZ | 43.63 | 45.83 | 60.58 | - |
YUV | 180.06 | 138.69 | 121.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 181 | 199 | 0.14 | 0.09 | 0 | 0.22 | 218.57 | 0.2 | 0.73 |
Hex | AB | B5 | C7 | E | 9 | 0 | 16 | DB | 14 | 49 |
Octal | 253 | 265 | 307 | 16 | 11 | 0 | 26 | 333 | 24 | 111 |
Binary | 10101011 | 10110101 | 11000111 | 1110 | 1001 | 0 | 10110 | 11011011 | 10100 | 1001001 |
Color Harmonies of #ABB5C7
Complementary color
Monochromatic Colors of #ABB5C7
Black with #ABB5C7
Text Example
Text Example
White with #ABB5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB5C7; }
p { color: rgb(171,181,199); }
H1.HeaderClassName
{
color: #ABB5C7;
}
.AnyTagClassName
{
color: #ABB5C7;
}
</style>
background-color css
<style>
a { background-color: #ABB5C7; }
a { background-color: rgb(171,181,199); }
div.DivClassName
{
background-color: #ABB5C7;
}
.BgClassName
{
background-color: #ABB5C7;
}
</style>
border-color css
<style>
span { border-color: #ABB5C7; }
span { border-color: rgb(171,181,199); }
td.TdClassName
{
border-color: #ABB5C7;
}
.TagClassName
{
border-color: #ABB5C7;
}
</style>