Shades of Echo Blue #AEB1CC
Tints of Echo Blue #AEB1CC
RGB
CMYK
RGB Variations
Color information
#AEB1CC (or 0xAEB1CC) is known color: Echo Blue. HEX triplet: AE, B1 and CC. RGB value is (174,177,204). Sum of RGB (Red+Green+Blue) = 174+177+204=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEB1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1CC is #514E33. Grayscale: #B3B3B3. Windows color (decimal): -5328436 or 13414830. OLE color: 13414830.
HSL color Cylindrical-coordinate representation of color #AEB1CC: hue angle of 234º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEB1CC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 177 | 204 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.2 |
| HSL | 234º | 0.23% | 0.74% | - |
| HSV(B) | 234º | 0.15% | 0.8% | - |
| XYZ | 44.08 | 44.8 | 63.45 | - |
| YUV | 179.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 177 | 204 | 0.15 | 0.13 | 0 | 0.2 | 234 | 0.23 | 0.74 |
| Hex | AE | B1 | CC | F | D | 0 | 14 | EA | 17 | 4A |
| Octal | 256 | 261 | 314 | 17 | 15 | 0 | 24 | 352 | 27 | 112 |
| Binary | 10101110 | 10110001 | 11001100 | 1111 | 1101 | 0 | 10100 | 11101010 | 10111 | 1001010 |
Color Harmonies of #AEB1CC
Complementary color
Monochromatic Colors of #AEB1CC
Black with #AEB1CC
Text Example
Text Example
White with #AEB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB1CC; }
p { color: rgb(174,177,204); }
H1.HeaderClassName
{
color: #AEB1CC;
}
.AnyTagClassName
{
color: #AEB1CC;
}
</style>
background-color css
<style>
a { background-color: #AEB1CC; }
a { background-color: rgb(174,177,204); }
div.DivClassName
{
background-color: #AEB1CC;
}
.BgClassName
{
background-color: #AEB1CC;
}
</style>
border-color css
<style>
span { border-color: #AEB1CC; }
span { border-color: rgb(174,177,204); }
td.TdClassName
{
border-color: #AEB1CC;
}
.TagClassName
{
border-color: #AEB1CC;
}
</style>