Shades of Echo Blue #ADAFC1
Tints of Echo Blue #ADAFC1
RGB
CMYK
RGB Variations
Color information
#ADAFC1 (or 0xADAFC1) is known color: Echo Blue. HEX triplet: AD, AF and C1. RGB value is (173,175,193). Sum of RGB (Red+Green+Blue) = 173+175+193=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADAFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFC1 is #52503E. Grayscale: #B0B0B0. Windows color (decimal): -5394495 or 12693421. OLE color: 12693421.
HSL color Cylindrical-coordinate representation of color #ADAFC1: hue angle of 234º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADAFC1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 175 | 193 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.24 |
| HSL | 234º | 0.14% | 0.72% | - |
| HSV(B) | 234º | 0.1% | 0.76% | - |
| XYZ | 42.19 | 43.39 | 56.6 | - |
| YUV | 176.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 193 | 0.10 | 0.09 | 0 | 0.24 | 234 | 0.14 | 0.72 |
| Hex | AD | AF | C1 | A | 9 | 0 | 18 | EA | E | 48 |
| Octal | 255 | 257 | 301 | 12 | 11 | 0 | 30 | 352 | 16 | 110 |
| Binary | 10101101 | 10101111 | 11000001 | 1010 | 1001 | 0 | 11000 | 11101010 | 1110 | 1001000 |
Color Harmonies of #ADAFC1
Complementary color
Monochromatic Colors of #ADAFC1
Black with #ADAFC1
Text Example
Text Example
White with #ADAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFC1; }
p { color: rgb(173,175,193); }
H1.HeaderClassName
{
color: #ADAFC1;
}
.AnyTagClassName
{
color: #ADAFC1;
}
</style>
background-color css
<style>
a { background-color: #ADAFC1; }
a { background-color: rgb(173,175,193); }
div.DivClassName
{
background-color: #ADAFC1;
}
.BgClassName
{
background-color: #ADAFC1;
}
</style>
border-color css
<style>
span { border-color: #ADAFC1; }
span { border-color: rgb(173,175,193); }
td.TdClassName
{
border-color: #ADAFC1;
}
.TagClassName
{
border-color: #ADAFC1;
}
</style>