Shades of Echo Blue #AEB2D6
Tints of Echo Blue #AEB2D6
RGB
CMYK
RGB Variations
Color information
#AEB2D6 (or 0xAEB2D6) is known color: Echo Blue. HEX triplet: AE, B2 and D6. RGB value is (174,178,214). Sum of RGB (Red+Green+Blue) = 174+178+214=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEB2D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2D6 is #514D29. Grayscale: #B4B4B4. Windows color (decimal): -5328170 or 14070446. OLE color: 14070446.
HSL color Cylindrical-coordinate representation of color #AEB2D6: hue angle of 234º degrees, saturation: 0.33, 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 #AEB2D6 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 178 | 214 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.16 |
| HSL | 234º | 0.33% | 0.76% | - |
| HSV(B) | 234º | 0.19% | 0.84% | - |
| XYZ | 45.51 | 45.69 | 70.04 | - |
| YUV | 180.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 178 | 214 | 0.19 | 0.17 | 0 | 0.16 | 234 | 0.33 | 0.76 |
| Hex | AE | B2 | D6 | 13 | 11 | 0 | 10 | EA | 21 | 4C |
| Octal | 256 | 262 | 326 | 23 | 21 | 0 | 20 | 352 | 41 | 114 |
| Binary | 10101110 | 10110010 | 11010110 | 10011 | 10001 | 0 | 10000 | 11101010 | 100001 | 1001100 |
Color Harmonies of #AEB2D6
Complementary color
Monochromatic Colors of #AEB2D6
Black with #AEB2D6
Text Example
Text Example
White with #AEB2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB2D6; }
p { color: rgb(174,178,214); }
H1.HeaderClassName
{
color: #AEB2D6;
}
.AnyTagClassName
{
color: #AEB2D6;
}
</style>
background-color css
<style>
a { background-color: #AEB2D6; }
a { background-color: rgb(174,178,214); }
div.DivClassName
{
background-color: #AEB2D6;
}
.BgClassName
{
background-color: #AEB2D6;
}
</style>
border-color css
<style>
span { border-color: #AEB2D6; }
span { border-color: rgb(174,178,214); }
td.TdClassName
{
border-color: #AEB2D6;
}
.TagClassName
{
border-color: #AEB2D6;
}
</style>