Shades of Echo Blue #99AECD
Tints of Echo Blue #99AECD
RGB
CMYK
RGB Variations
Color information
#99AECD (or 0x99AECD) is known color: Echo Blue. HEX triplet: 99, AE and CD. RGB value is (153,174,205). Sum of RGB (Red+Green+Blue) = 153+174+205=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #99AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AECD is #665132. Grayscale: #ABABAB. Windows color (decimal): -6705459 or 13479577. OLE color: 13479577.
HSL color Cylindrical-coordinate representation of color #99AECD: hue angle of 215.77º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99AECD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 174 | 205 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.20 |
| HSL | 215.77º | 0.34% | 0.7% | - |
| HSV(B) | 215.77º | 0.25% | 0.8% | - |
| XYZ | 39.29 | 41.45 | 63.69 | - |
| YUV | 171.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 205 | 0.25 | 0.15 | 0 | 0.20 | 215.77 | 0.34 | 0.7 |
| Hex | 99 | AE | CD | 19 | F | 0 | 14 | D8 | 22 | 46 |
| Octal | 231 | 256 | 315 | 31 | 17 | 0 | 24 | 330 | 42 | 106 |
| Binary | 10011001 | 10101110 | 11001101 | 11001 | 1111 | 0 | 10100 | 11011000 | 100010 | 1000110 |
Color Harmonies of #99AECD
Complementary color
Monochromatic Colors of #99AECD
Black with #99AECD
Text Example
Text Example
White with #99AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AECD; }
p { color: rgb(153,174,205); }
H1.HeaderClassName
{
color: #99AECD;
}
.AnyTagClassName
{
color: #99AECD;
}
</style>
background-color css
<style>
a { background-color: #99AECD; }
a { background-color: rgb(153,174,205); }
div.DivClassName
{
background-color: #99AECD;
}
.BgClassName
{
background-color: #99AECD;
}
</style>
border-color css
<style>
span { border-color: #99AECD; }
span { border-color: rgb(153,174,205); }
td.TdClassName
{
border-color: #99AECD;
}
.TagClassName
{
border-color: #99AECD;
}
</style>