Shades of Echo Blue #AEB1C7
Tints of Echo Blue #AEB1C7
RGB
CMYK
RGB Variations
Color information
#AEB1C7 (or 0xAEB1C7) is known color: Echo Blue. HEX triplet: AE, B1 and C7. RGB value is (174,177,199). Sum of RGB (Red+Green+Blue) = 174+177+199=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 199 - color contains mainly: blue. Hex color #AEB1C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1C7 is #514E38. Grayscale: #B2B2B2. Windows color (decimal): -5328441 or 13087150. OLE color: 13087150.
HSL color Cylindrical-coordinate representation of color #AEB1C7: hue angle of 232.8º degrees, saturation: 0.18, 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 #AEB1C7 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 177 | 199 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.22 |
| HSL | 232.8º | 0.18% | 0.73% | - |
| HSV(B) | 232.8º | 0.13% | 0.78% | - |
| XYZ | 43.49 | 44.57 | 60.34 | - |
| YUV | 178.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 177 | 199 | 0.13 | 0.11 | 0 | 0.22 | 232.8 | 0.18 | 0.73 |
| Hex | AE | B1 | C7 | D | B | 0 | 16 | E9 | 12 | 49 |
| Octal | 256 | 261 | 307 | 15 | 13 | 0 | 26 | 351 | 22 | 111 |
| Binary | 10101110 | 10110001 | 11000111 | 1101 | 1011 | 0 | 10110 | 11101001 | 10010 | 1001001 |
Color Harmonies of #AEB1C7
Complementary color
Monochromatic Colors of #AEB1C7
Black with #AEB1C7
Text Example
Text Example
White with #AEB1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB1C7; }
p { color: rgb(174,177,199); }
H1.HeaderClassName
{
color: #AEB1C7;
}
.AnyTagClassName
{
color: #AEB1C7;
}
</style>
background-color css
<style>
a { background-color: #AEB1C7; }
a { background-color: rgb(174,177,199); }
div.DivClassName
{
background-color: #AEB1C7;
}
.BgClassName
{
background-color: #AEB1C7;
}
</style>
border-color css
<style>
span { border-color: #AEB1C7; }
span { border-color: rgb(174,177,199); }
td.TdClassName
{
border-color: #AEB1C7;
}
.TagClassName
{
border-color: #AEB1C7;
}
</style>