Shades of Echo Blue #ADB2CF
Tints of Echo Blue #ADB2CF
RGB
CMYK
RGB Variations
Color information
#ADB2CF (or 0xADB2CF) is known color: Echo Blue. HEX triplet: AD, B2 and CF. RGB value is (173,178,207). Sum of RGB (Red+Green+Blue) = 173+178+207=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADB2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2CF is #524D30. Grayscale: #B3B3B3. Windows color (decimal): -5393713 or 13611693. OLE color: 13611693.
HSL color Cylindrical-coordinate representation of color #ADB2CF: hue angle of 231.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB2CF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 178 | 207 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.19 |
| HSL | 231.18º | 0.26% | 0.75% | - |
| HSV(B) | 231.18º | 0.16% | 0.81% | - |
| XYZ | 44.42 | 45.23 | 65.42 | - |
| YUV | 179.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 207 | 0.16 | 0.14 | 0 | 0.19 | 231.18 | 0.26 | 0.75 |
| Hex | AD | B2 | CF | 10 | E | 0 | 13 | E7 | 1A | 4B |
| Octal | 255 | 262 | 317 | 20 | 16 | 0 | 23 | 347 | 32 | 113 |
| Binary | 10101101 | 10110010 | 11001111 | 10000 | 1110 | 0 | 10011 | 11100111 | 11010 | 1001011 |
Color Harmonies of #ADB2CF
Complementary color
Monochromatic Colors of #ADB2CF
Black with #ADB2CF
Text Example
Text Example
White with #ADB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2CF; }
p { color: rgb(173,178,207); }
H1.HeaderClassName
{
color: #ADB2CF;
}
.AnyTagClassName
{
color: #ADB2CF;
}
</style>
background-color css
<style>
a { background-color: #ADB2CF; }
a { background-color: rgb(173,178,207); }
div.DivClassName
{
background-color: #ADB2CF;
}
.BgClassName
{
background-color: #ADB2CF;
}
</style>
border-color css
<style>
span { border-color: #ADB2CF; }
span { border-color: rgb(173,178,207); }
td.TdClassName
{
border-color: #ADB2CF;
}
.TagClassName
{
border-color: #ADB2CF;
}
</style>