Shades of Echo Blue #AEB2D7
Tints of Echo Blue #AEB2D7
RGB
CMYK
RGB Variations
Color information
#AEB2D7 (or 0xAEB2D7) is known color: Echo Blue. HEX triplet: AE, B2 and D7. RGB value is (174,178,215). Sum of RGB (Red+Green+Blue) = 174+178+215=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #AEB2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2D7 is #514D28. Grayscale: #B4B4B4. Windows color (decimal): -5328169 or 14135982. OLE color: 14135982.
HSL color Cylindrical-coordinate representation of color #AEB2D7: hue angle of 234.15º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEB2D7 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 178 | 215 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.16 |
| HSL | 234.15º | 0.34% | 0.76% | - |
| HSV(B) | 234.15º | 0.19% | 0.84% | - |
| XYZ | 45.64 | 45.75 | 70.71 | - |
| YUV | 181.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 178 | 215 | 0.19 | 0.17 | 0 | 0.16 | 234.15 | 0.34 | 0.76 |
| Hex | AE | B2 | D7 | 13 | 11 | 0 | 10 | EA | 22 | 4C |
| Octal | 256 | 262 | 327 | 23 | 21 | 0 | 20 | 352 | 42 | 114 |
| Binary | 10101110 | 10110010 | 11010111 | 10011 | 10001 | 0 | 10000 | 11101010 | 100010 | 1001100 |
Color Harmonies of #AEB2D7
Complementary color
Monochromatic Colors of #AEB2D7
Black with #AEB2D7
Text Example
Text Example
White with #AEB2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB2D7; }
p { color: rgb(174,178,215); }
H1.HeaderClassName
{
color: #AEB2D7;
}
.AnyTagClassName
{
color: #AEB2D7;
}
</style>
background-color css
<style>
a { background-color: #AEB2D7; }
a { background-color: rgb(174,178,215); }
div.DivClassName
{
background-color: #AEB2D7;
}
.BgClassName
{
background-color: #AEB2D7;
}
</style>
border-color css
<style>
span { border-color: #AEB2D7; }
span { border-color: rgb(174,178,215); }
td.TdClassName
{
border-color: #AEB2D7;
}
.TagClassName
{
border-color: #AEB2D7;
}
</style>