Shades of Echo Blue #AEB4C8
Tints of Echo Blue #AEB4C8
RGB
CMYK
RGB Variations
Color information
#AEB4C8 (or 0xAEB4C8) is known color: Echo Blue. HEX triplet: AE, B4 and C8. RGB value is (174,180,200). Sum of RGB (Red+Green+Blue) = 174+180+200=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 200 - color contains mainly: blue. Hex color #AEB4C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4C8 is #514B37. Grayscale: #B4B4B4. Windows color (decimal): -5327672 or 13153454. OLE color: 13153454.
HSL color Cylindrical-coordinate representation of color #AEB4C8: hue angle of 226.15º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEB4C8 is Cyan = 0.13, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 180 | 200 | - |
| CMYK | 0.13 | 0.1 | 0 | 0.22 |
| HSL | 226.15º | 0.19% | 0.73% | - |
| HSV(B) | 226.15º | 0.13% | 0.78% | - |
| XYZ | 44.2 | 45.81 | 61.16 | - |
| YUV | 180.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 180 | 200 | 0.13 | 0.1 | 0 | 0.22 | 226.15 | 0.19 | 0.73 |
| Hex | AE | B4 | C8 | D | A | 0 | 16 | E2 | 13 | 49 |
| Octal | 256 | 264 | 310 | 15 | 12 | 0 | 26 | 342 | 23 | 111 |
| Binary | 10101110 | 10110100 | 11001000 | 1101 | 1010 | 0 | 10110 | 11100010 | 10011 | 1001001 |
Color Harmonies of #AEB4C8
Complementary color
Monochromatic Colors of #AEB4C8
Black with #AEB4C8
Text Example
Text Example
White with #AEB4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB4C8; }
p { color: rgb(174,180,200); }
H1.HeaderClassName
{
color: #AEB4C8;
}
.AnyTagClassName
{
color: #AEB4C8;
}
</style>
background-color css
<style>
a { background-color: #AEB4C8; }
a { background-color: rgb(174,180,200); }
div.DivClassName
{
background-color: #AEB4C8;
}
.BgClassName
{
background-color: #AEB4C8;
}
</style>
border-color css
<style>
span { border-color: #AEB4C8; }
span { border-color: rgb(174,180,200); }
td.TdClassName
{
border-color: #AEB4C8;
}
.TagClassName
{
border-color: #AEB4C8;
}
</style>