Shades of Echo Blue #AEB5C5
Tints of Echo Blue #AEB5C5
RGB
CMYK
RGB Variations
Color information
#AEB5C5 (or 0xAEB5C5) is known color: Echo Blue. HEX triplet: AE, B5 and C5. RGB value is (174,181,197). Sum of RGB (Red+Green+Blue) = 174+181+197=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEB5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5C5 is #514A3A. Grayscale: #B4B4B4. Windows color (decimal): -5327419 or 12957102. OLE color: 12957102.
HSL color Cylindrical-coordinate representation of color #AEB5C5: hue angle of 221.74º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEB5C5 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 174 | 181 | 197 | - |
CMYK | 0.12 | 0.08 | 0 | 0.23 |
HSL | 221.74º | 0.17% | 0.73% | - |
HSV(B) | 221.74º | 0.12% | 0.77% | - |
XYZ | 44.06 | 46.08 | 59.4 | - |
YUV | 180.73 | 137.18 | 123.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 181 | 197 | 0.12 | 0.08 | 0 | 0.23 | 221.74 | 0.17 | 0.73 |
Hex | AE | B5 | C5 | C | 8 | 0 | 17 | DE | 11 | 49 |
Octal | 256 | 265 | 305 | 14 | 10 | 0 | 27 | 336 | 21 | 111 |
Binary | 10101110 | 10110101 | 11000101 | 1100 | 1000 | 0 | 10111 | 11011110 | 10001 | 1001001 |
Color Harmonies of #AEB5C5
Complementary color
Monochromatic Colors of #AEB5C5
Black with #AEB5C5
Text Example
Text Example
White with #AEB5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB5C5; }
p { color: rgb(174,181,197); }
H1.HeaderClassName
{
color: #AEB5C5;
}
.AnyTagClassName
{
color: #AEB5C5;
}
</style>
background-color css
<style>
a { background-color: #AEB5C5; }
a { background-color: rgb(174,181,197); }
div.DivClassName
{
background-color: #AEB5C5;
}
.BgClassName
{
background-color: #AEB5C5;
}
</style>
border-color css
<style>
span { border-color: #AEB5C5; }
span { border-color: rgb(174,181,197); }
td.TdClassName
{
border-color: #AEB5C5;
}
.TagClassName
{
border-color: #AEB5C5;
}
</style>