Shades of Echo Blue #ADAFBF
Tints of Echo Blue #ADAFBF
RGB
CMYK
RGB Variations
Color information
#ADAFBF (or 0xADAFBF) is known color: Echo Blue. HEX triplet: AD, AF and BF. RGB value is (173,175,191). Sum of RGB (Red+Green+Blue) = 173+175+191=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADAFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFBF is #525040. Grayscale: #B0B0B0. Windows color (decimal): -5394497 or 12562349. OLE color: 12562349.
HSL color Cylindrical-coordinate representation of color #ADAFBF: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADAFBF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 175 | 191 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.25 |
| HSL | 233.33º | 0.12% | 0.71% | - |
| HSV(B) | 233.33º | 0.09% | 0.75% | - |
| XYZ | 41.97 | 43.31 | 55.44 | - |
| YUV | 176.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 191 | 0.09 | 0.08 | 0 | 0.25 | 233.33 | 0.12 | 0.71 |
| Hex | AD | AF | BF | 9 | 8 | 0 | 19 | E9 | C | 47 |
| Octal | 255 | 257 | 277 | 11 | 10 | 0 | 31 | 351 | 14 | 107 |
| Binary | 10101101 | 10101111 | 10111111 | 1001 | 1000 | 0 | 11001 | 11101001 | 1100 | 1000111 |
Color Harmonies of #ADAFBF
Complementary color
Monochromatic Colors of #ADAFBF
Black with #ADAFBF
Text Example
Text Example
White with #ADAFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFBF; }
p { color: rgb(173,175,191); }
H1.HeaderClassName
{
color: #ADAFBF;
}
.AnyTagClassName
{
color: #ADAFBF;
}
</style>
background-color css
<style>
a { background-color: #ADAFBF; }
a { background-color: rgb(173,175,191); }
div.DivClassName
{
background-color: #ADAFBF;
}
.BgClassName
{
background-color: #ADAFBF;
}
</style>
border-color css
<style>
span { border-color: #ADAFBF; }
span { border-color: rgb(173,175,191); }
td.TdClassName
{
border-color: #ADAFBF;
}
.TagClassName
{
border-color: #ADAFBF;
}
</style>