Shades of Echo Blue #ADAFBE
Tints of Echo Blue #ADAFBE
RGB
CMYK
RGB Variations
Color information
#ADAFBE (or 0xADAFBE) is known color: Echo Blue. HEX triplet: AD, AF and BE. RGB value is (173,175,190). Sum of RGB (Red+Green+Blue) = 173+175+190=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADAFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFBE is #525041. Grayscale: #B0B0B0. Windows color (decimal): -5394498 or 12496813. OLE color: 12496813.
HSL color Cylindrical-coordinate representation of color #ADAFBE: hue angle of 232.94º 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 #ADAFBE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 173 | 175 | 190 | - |
CMYK | 0.09 | 0.08 | 0 | 0.25 |
HSL | 232.94º | 0.12% | 0.71% | - |
HSV(B) | 232.94º | 0.09% | 0.75% | - |
XYZ | 41.86 | 43.26 | 54.86 | - |
YUV | 176.11 | 135.84 | 125.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 190 | 0.09 | 0.08 | 0 | 0.25 | 232.94 | 0.12 | 0.71 |
Hex | AD | AF | BE | 9 | 8 | 0 | 19 | E9 | C | 47 |
Octal | 255 | 257 | 276 | 11 | 10 | 0 | 31 | 351 | 14 | 107 |
Binary | 10101101 | 10101111 | 10111110 | 1001 | 1000 | 0 | 11001 | 11101001 | 1100 | 1000111 |
Color Harmonies of #ADAFBE
Complementary color
Monochromatic Colors of #ADAFBE
Black with #ADAFBE
Text Example
Text Example
White with #ADAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFBE; }
p { color: rgb(173,175,190); }
H1.HeaderClassName
{
color: #ADAFBE;
}
.AnyTagClassName
{
color: #ADAFBE;
}
</style>
background-color css
<style>
a { background-color: #ADAFBE; }
a { background-color: rgb(173,175,190); }
div.DivClassName
{
background-color: #ADAFBE;
}
.BgClassName
{
background-color: #ADAFBE;
}
</style>
border-color css
<style>
span { border-color: #ADAFBE; }
span { border-color: rgb(173,175,190); }
td.TdClassName
{
border-color: #ADAFBE;
}
.TagClassName
{
border-color: #ADAFBE;
}
</style>