Shades of Echo Blue #A8ABCB
Tints of Echo Blue #A8ABCB
RGB
CMYK
RGB Variations
Color information
#A8ABCB (or 0xA8ABCB) is known color: Echo Blue. HEX triplet: A8, AB and CB. RGB value is (168,171,203). Sum of RGB (Red+Green+Blue) = 168+171+203=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABCB is #575434. Grayscale: #ADADAD. Windows color (decimal): -5723189 or 13347752. OLE color: 13347752.
HSL color Cylindrical-coordinate representation of color #A8ABCB: hue angle of 234.86º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8ABCB is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 168 | 171 | 203 | - |
CMYK | 0.17 | 0.16 | 0 | 0.20 |
HSL | 234.86º | 0.25% | 0.73% | - |
HSV(B) | 234.86º | 0.17% | 0.8% | - |
XYZ | 41.49 | 41.76 | 62.37 | - |
YUV | 173.75 | 144.51 | 123.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 203 | 0.17 | 0.16 | 0 | 0.20 | 234.86 | 0.25 | 0.73 |
Hex | A8 | AB | CB | 11 | 10 | 0 | 14 | EB | 19 | 49 |
Octal | 250 | 253 | 313 | 21 | 20 | 0 | 24 | 353 | 31 | 111 |
Binary | 10101000 | 10101011 | 11001011 | 10001 | 10000 | 0 | 10100 | 11101011 | 11001 | 1001001 |
Color Harmonies of #A8ABCB
Complementary color
Monochromatic Colors of #A8ABCB
Black with #A8ABCB
Text Example
Text Example
White with #A8ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABCB; }
p { color: rgb(168,171,203); }
H1.HeaderClassName
{
color: #A8ABCB;
}
.AnyTagClassName
{
color: #A8ABCB;
}
</style>
background-color css
<style>
a { background-color: #A8ABCB; }
a { background-color: rgb(168,171,203); }
div.DivClassName
{
background-color: #A8ABCB;
}
.BgClassName
{
background-color: #A8ABCB;
}
</style>
border-color css
<style>
span { border-color: #A8ABCB; }
span { border-color: rgb(168,171,203); }
td.TdClassName
{
border-color: #A8ABCB;
}
.TagClassName
{
border-color: #A8ABCB;
}
</style>