Shades of Echo Blue #AEB0D2
Tints of Echo Blue #AEB0D2
RGB
CMYK
RGB Variations
Color information
#AEB0D2 (or 0xAEB0D2) is known color: Echo Blue. HEX triplet: AE, B0 and D2. RGB value is (174,176,210). Sum of RGB (Red+Green+Blue) = 174+176+210=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 210 - color contains mainly: blue. Hex color #AEB0D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0D2 is #514F2D. Grayscale: #B3B3B3. Windows color (decimal): -5328686 or 13807790. OLE color: 13807790.
HSL color Cylindrical-coordinate representation of color #AEB0D2: hue angle of 236.67º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEB0D2 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 176 | 210 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.18 |
| HSL | 236.67º | 0.29% | 0.75% | - |
| HSV(B) | 236.67º | 0.17% | 0.82% | - |
| XYZ | 44.61 | 44.7 | 67.25 | - |
| YUV | 179.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 210 | 0.17 | 0.16 | 0 | 0.18 | 236.67 | 0.29 | 0.75 |
| Hex | AE | B0 | D2 | 11 | 10 | 0 | 12 | ED | 1D | 4B |
| Octal | 256 | 260 | 322 | 21 | 20 | 0 | 22 | 355 | 35 | 113 |
| Binary | 10101110 | 10110000 | 11010010 | 10001 | 10000 | 0 | 10010 | 11101101 | 11101 | 1001011 |
Color Harmonies of #AEB0D2
Complementary color
Monochromatic Colors of #AEB0D2
Black with #AEB0D2
Text Example
Text Example
White with #AEB0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB0D2; }
p { color: rgb(174,176,210); }
H1.HeaderClassName
{
color: #AEB0D2;
}
.AnyTagClassName
{
color: #AEB0D2;
}
</style>
background-color css
<style>
a { background-color: #AEB0D2; }
a { background-color: rgb(174,176,210); }
div.DivClassName
{
background-color: #AEB0D2;
}
.BgClassName
{
background-color: #AEB0D2;
}
</style>
border-color css
<style>
span { border-color: #AEB0D2; }
span { border-color: rgb(174,176,210); }
td.TdClassName
{
border-color: #AEB0D2;
}
.TagClassName
{
border-color: #AEB0D2;
}
</style>