Shades of Echo Blue #ADAFCF
Tints of Echo Blue #ADAFCF
RGB
CMYK
RGB Variations
Color information
#ADAFCF (or 0xADAFCF) is known color: Echo Blue. HEX triplet: AD, AF and CF. RGB value is (173,175,207). Sum of RGB (Red+Green+Blue) = 173+175+207=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADAFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFCF is #525030. Grayscale: #B1B1B1. Windows color (decimal): -5394481 or 13610925. OLE color: 13610925.
HSL color Cylindrical-coordinate representation of color #ADAFCF: hue angle of 236.47º 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 #ADAFCF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 175 | 207 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.19 |
| HSL | 236.47º | 0.26% | 0.75% | - |
| HSV(B) | 236.47º | 0.16% | 0.81% | - |
| XYZ | 43.83 | 44.05 | 65.22 | - |
| YUV | 178.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 207 | 0.16 | 0.15 | 0 | 0.19 | 236.47 | 0.26 | 0.75 |
| Hex | AD | AF | CF | 10 | F | 0 | 13 | EC | 1A | 4B |
| Octal | 255 | 257 | 317 | 20 | 17 | 0 | 23 | 354 | 32 | 113 |
| Binary | 10101101 | 10101111 | 11001111 | 10000 | 1111 | 0 | 10011 | 11101100 | 11010 | 1001011 |
Color Harmonies of #ADAFCF
Complementary color
Monochromatic Colors of #ADAFCF
Black with #ADAFCF
Text Example
Text Example
White with #ADAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFCF; }
p { color: rgb(173,175,207); }
H1.HeaderClassName
{
color: #ADAFCF;
}
.AnyTagClassName
{
color: #ADAFCF;
}
</style>
background-color css
<style>
a { background-color: #ADAFCF; }
a { background-color: rgb(173,175,207); }
div.DivClassName
{
background-color: #ADAFCF;
}
.BgClassName
{
background-color: #ADAFCF;
}
</style>
border-color css
<style>
span { border-color: #ADAFCF; }
span { border-color: rgb(173,175,207); }
td.TdClassName
{
border-color: #ADAFCF;
}
.TagClassName
{
border-color: #ADAFCF;
}
</style>