Shades of Echo Blue #ADB1CF
Tints of Echo Blue #ADB1CF
RGB
CMYK
RGB Variations
Color information
#ADB1CF (or 0xADB1CF) is known color: Echo Blue. HEX triplet: AD, B1 and CF. RGB value is (173,177,207). Sum of RGB (Red+Green+Blue) = 173+177+207=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADB1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1CF is #524E30. Grayscale: #B3B3B3. Windows color (decimal): -5393969 or 13611437. OLE color: 13611437.
HSL color Cylindrical-coordinate representation of color #ADB1CF: hue angle of 232.94º 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 #ADB1CF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 177 | 207 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.19 |
| HSL | 232.94º | 0.26% | 0.75% | - |
| HSV(B) | 232.94º | 0.16% | 0.81% | - |
| XYZ | 44.22 | 44.83 | 65.35 | - |
| YUV | 179.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 207 | 0.16 | 0.14 | 0 | 0.19 | 232.94 | 0.26 | 0.75 |
| Hex | AD | B1 | CF | 10 | E | 0 | 13 | E9 | 1A | 4B |
| Octal | 255 | 261 | 317 | 20 | 16 | 0 | 23 | 351 | 32 | 113 |
| Binary | 10101101 | 10110001 | 11001111 | 10000 | 1110 | 0 | 10011 | 11101001 | 11010 | 1001011 |
Color Harmonies of #ADB1CF
Complementary color
Monochromatic Colors of #ADB1CF
Black with #ADB1CF
Text Example
Text Example
White with #ADB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1CF; }
p { color: rgb(173,177,207); }
H1.HeaderClassName
{
color: #ADB1CF;
}
.AnyTagClassName
{
color: #ADB1CF;
}
</style>
background-color css
<style>
a { background-color: #ADB1CF; }
a { background-color: rgb(173,177,207); }
div.DivClassName
{
background-color: #ADB1CF;
}
.BgClassName
{
background-color: #ADB1CF;
}
</style>
border-color css
<style>
span { border-color: #ADB1CF; }
span { border-color: rgb(173,177,207); }
td.TdClassName
{
border-color: #ADB1CF;
}
.TagClassName
{
border-color: #ADB1CF;
}
</style>