Shades of Echo Blue #ADAFC4
Tints of Echo Blue #ADAFC4
RGB
CMYK
RGB Variations
Color information
#ADAFC4 (or 0xADAFC4) is known color: Echo Blue. HEX triplet: AD, AF and C4. RGB value is (173,175,196). Sum of RGB (Red+Green+Blue) = 173+175+196=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADAFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFC4 is #52503B. Grayscale: #B0B0B0. Windows color (decimal): -5394492 or 12890029. OLE color: 12890029.
HSL color Cylindrical-coordinate representation of color #ADAFC4: hue angle of 234.78º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADAFC4 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 175 | 196 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.23 |
| HSL | 234.78º | 0.16% | 0.72% | - |
| HSV(B) | 234.78º | 0.12% | 0.77% | - |
| XYZ | 42.53 | 43.53 | 58.39 | - |
| YUV | 176.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 196 | 0.12 | 0.11 | 0 | 0.23 | 234.78 | 0.16 | 0.72 |
| Hex | AD | AF | C4 | C | B | 0 | 17 | EB | 10 | 48 |
| Octal | 255 | 257 | 304 | 14 | 13 | 0 | 27 | 353 | 20 | 110 |
| Binary | 10101101 | 10101111 | 11000100 | 1100 | 1011 | 0 | 10111 | 11101011 | 10000 | 1001000 |
Color Harmonies of #ADAFC4
Complementary color
Monochromatic Colors of #ADAFC4
Black with #ADAFC4
Text Example
Text Example
White with #ADAFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFC4; }
p { color: rgb(173,175,196); }
H1.HeaderClassName
{
color: #ADAFC4;
}
.AnyTagClassName
{
color: #ADAFC4;
}
</style>
background-color css
<style>
a { background-color: #ADAFC4; }
a { background-color: rgb(173,175,196); }
div.DivClassName
{
background-color: #ADAFC4;
}
.BgClassName
{
background-color: #ADAFC4;
}
</style>
border-color css
<style>
span { border-color: #ADAFC4; }
span { border-color: rgb(173,175,196); }
td.TdClassName
{
border-color: #ADAFC4;
}
.TagClassName
{
border-color: #ADAFC4;
}
</style>