Shades of Echo Blue #ADB2CA
Tints of Echo Blue #ADB2CA
RGB
CMYK
RGB Variations
Color information
#ADB2CA (or 0xADB2CA) is known color: Echo Blue. HEX triplet: AD, B2 and CA. RGB value is (173,178,202). Sum of RGB (Red+Green+Blue) = 173+178+202=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2CA is #524D35. Grayscale: #B3B3B3. Windows color (decimal): -5393718 or 13284013. OLE color: 13284013.
HSL color Cylindrical-coordinate representation of color #ADB2CA: hue angle of 229.66º 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 #ADB2CA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 178 | 202 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.21 |
| HSL | 229.66º | 0.21% | 0.74% | - |
| HSV(B) | 229.66º | 0.14% | 0.79% | - |
| XYZ | 43.81 | 44.99 | 62.25 | - |
| YUV | 179.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 202 | 0.14 | 0.12 | 0 | 0.21 | 229.66 | 0.21 | 0.74 |
| Hex | AD | B2 | CA | E | C | 0 | 15 | E6 | 15 | 4A |
| Octal | 255 | 262 | 312 | 16 | 14 | 0 | 25 | 346 | 25 | 112 |
| Binary | 10101101 | 10110010 | 11001010 | 1110 | 1100 | 0 | 10101 | 11100110 | 10101 | 1001010 |
Color Harmonies of #ADB2CA
Complementary color
Monochromatic Colors of #ADB2CA
Black with #ADB2CA
Text Example
Text Example
White with #ADB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2CA; }
p { color: rgb(173,178,202); }
H1.HeaderClassName
{
color: #ADB2CA;
}
.AnyTagClassName
{
color: #ADB2CA;
}
</style>
background-color css
<style>
a { background-color: #ADB2CA; }
a { background-color: rgb(173,178,202); }
div.DivClassName
{
background-color: #ADB2CA;
}
.BgClassName
{
background-color: #ADB2CA;
}
</style>
border-color css
<style>
span { border-color: #ADB2CA; }
span { border-color: rgb(173,178,202); }
td.TdClassName
{
border-color: #ADB2CA;
}
.TagClassName
{
border-color: #ADB2CA;
}
</style>