Shades of Echo Blue #AAADCF
Tints of Echo Blue #AAADCF
RGB
CMYK
RGB Variations
Color information
#AAADCF (or 0xAAADCF) is known color: Echo Blue. HEX triplet: AA, AD and CF. RGB value is (170,173,207). Sum of RGB (Red+Green+Blue) = 170+173+207=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADCF is #555230. Grayscale: #AFAFAF. Windows color (decimal): -5591601 or 13610410. OLE color: 13610410.
HSL color Cylindrical-coordinate representation of color #AAADCF: hue angle of 235.14º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAADCF is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 173 | 207 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.19 |
| HSL | 235.14º | 0.28% | 0.74% | - |
| HSV(B) | 235.14º | 0.18% | 0.81% | - |
| XYZ | 42.78 | 42.94 | 65.06 | - |
| YUV | 175.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 207 | 0.18 | 0.16 | 0 | 0.19 | 235.14 | 0.28 | 0.74 |
| Hex | AA | AD | CF | 12 | 10 | 0 | 13 | EB | 1C | 4A |
| Octal | 252 | 255 | 317 | 22 | 20 | 0 | 23 | 353 | 34 | 112 |
| Binary | 10101010 | 10101101 | 11001111 | 10010 | 10000 | 0 | 10011 | 11101011 | 11100 | 1001010 |
Color Harmonies of #AAADCF
Complementary color
Monochromatic Colors of #AAADCF
Black with #AAADCF
Text Example
Text Example
White with #AAADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADCF; }
p { color: rgb(170,173,207); }
H1.HeaderClassName
{
color: #AAADCF;
}
.AnyTagClassName
{
color: #AAADCF;
}
</style>
background-color css
<style>
a { background-color: #AAADCF; }
a { background-color: rgb(170,173,207); }
div.DivClassName
{
background-color: #AAADCF;
}
.BgClassName
{
background-color: #AAADCF;
}
</style>
border-color css
<style>
span { border-color: #AAADCF; }
span { border-color: rgb(170,173,207); }
td.TdClassName
{
border-color: #AAADCF;
}
.TagClassName
{
border-color: #AAADCF;
}
</style>