Shades of Echo Blue #ADB1CA
Tints of Echo Blue #ADB1CA
RGB
CMYK
RGB Variations
Color information
#ADB1CA (or 0xADB1CA) is known color: Echo Blue. HEX triplet: AD, B1 and CA. RGB value is (173,177,202). Sum of RGB (Red+Green+Blue) = 173+177+202=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADB1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1CA is #524E35. Grayscale: #B2B2B2. Windows color (decimal): -5393974 or 13283757. OLE color: 13283757.
HSL color Cylindrical-coordinate representation of color #ADB1CA: hue angle of 231.72º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADB1CA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 177 | 202 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.21 |
| HSL | 231.72º | 0.21% | 0.74% | - |
| HSV(B) | 231.72º | 0.14% | 0.79% | - |
| XYZ | 43.62 | 44.59 | 62.19 | - |
| YUV | 178.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 202 | 0.14 | 0.12 | 0 | 0.21 | 231.72 | 0.21 | 0.74 |
| Hex | AD | B1 | CA | E | C | 0 | 15 | E8 | 15 | 4A |
| Octal | 255 | 261 | 312 | 16 | 14 | 0 | 25 | 350 | 25 | 112 |
| Binary | 10101101 | 10110001 | 11001010 | 1110 | 1100 | 0 | 10101 | 11101000 | 10101 | 1001010 |
Color Harmonies of #ADB1CA
Complementary color
Monochromatic Colors of #ADB1CA
Black with #ADB1CA
Text Example
Text Example
White with #ADB1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1CA; }
p { color: rgb(173,177,202); }
H1.HeaderClassName
{
color: #ADB1CA;
}
.AnyTagClassName
{
color: #ADB1CA;
}
</style>
background-color css
<style>
a { background-color: #ADB1CA; }
a { background-color: rgb(173,177,202); }
div.DivClassName
{
background-color: #ADB1CA;
}
.BgClassName
{
background-color: #ADB1CA;
}
</style>
border-color css
<style>
span { border-color: #ADB1CA; }
span { border-color: rgb(173,177,202); }
td.TdClassName
{
border-color: #ADB1CA;
}
.TagClassName
{
border-color: #ADB1CA;
}
</style>