Shades of Echo Blue #ADAFCC
Tints of Echo Blue #ADAFCC
RGB
CMYK
RGB Variations
Color information
#ADAFCC (or 0xADAFCC) is known color: Echo Blue. HEX triplet: AD, AF and CC. RGB value is (173,175,204). Sum of RGB (Red+Green+Blue) = 173+175+204=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFCC is #525033. Grayscale: #B1B1B1. Windows color (decimal): -5394484 or 13414317. OLE color: 13414317.
HSL color Cylindrical-coordinate representation of color #ADAFCC: hue angle of 236.13º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADAFCC is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 175 | 204 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.2 |
| HSL | 236.13º | 0.23% | 0.74% | - |
| HSV(B) | 236.13º | 0.15% | 0.8% | - |
| XYZ | 43.46 | 43.9 | 63.31 | - |
| YUV | 177.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 204 | 0.15 | 0.14 | 0 | 0.2 | 236.13 | 0.23 | 0.74 |
| Hex | AD | AF | CC | F | E | 0 | 14 | EC | 17 | 4A |
| Octal | 255 | 257 | 314 | 17 | 16 | 0 | 24 | 354 | 27 | 112 |
| Binary | 10101101 | 10101111 | 11001100 | 1111 | 1110 | 0 | 10100 | 11101100 | 10111 | 1001010 |
Color Harmonies of #ADAFCC
Complementary color
Monochromatic Colors of #ADAFCC
Black with #ADAFCC
Text Example
Text Example
White with #ADAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFCC; }
p { color: rgb(173,175,204); }
H1.HeaderClassName
{
color: #ADAFCC;
}
.AnyTagClassName
{
color: #ADAFCC;
}
</style>
background-color css
<style>
a { background-color: #ADAFCC; }
a { background-color: rgb(173,175,204); }
div.DivClassName
{
background-color: #ADAFCC;
}
.BgClassName
{
background-color: #ADAFCC;
}
</style>
border-color css
<style>
span { border-color: #ADAFCC; }
span { border-color: rgb(173,175,204); }
td.TdClassName
{
border-color: #ADAFCC;
}
.TagClassName
{
border-color: #ADAFCC;
}
</style>