Shades of Echo Blue #99AACD
Tints of Echo Blue #99AACD
RGB
CMYK
RGB Variations
Color information
#99AACD (or 0x99AACD) is known color: Echo Blue. HEX triplet: 99, AA and CD. RGB value is (153,170,205). Sum of RGB (Red+Green+Blue) = 153+170+205=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #99AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AACD is #665532. Grayscale: #A8A8A8. Windows color (decimal): -6706483 or 13478553. OLE color: 13478553.
HSL color Cylindrical-coordinate representation of color #99AACD: hue angle of 220.38º 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 #99AACD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 170 | 205 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.20 |
| HSL | 220.38º | 0.34% | 0.7% | - |
| HSV(B) | 220.38º | 0.25% | 0.8% | - |
| XYZ | 38.53 | 39.93 | 63.43 | - |
| YUV | 168.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 205 | 0.25 | 0.17 | 0 | 0.20 | 220.38 | 0.34 | 0.7 |
| Hex | 99 | AA | CD | 19 | 11 | 0 | 14 | DC | 22 | 46 |
| Octal | 231 | 252 | 315 | 31 | 21 | 0 | 24 | 334 | 42 | 106 |
| Binary | 10011001 | 10101010 | 11001101 | 11001 | 10001 | 0 | 10100 | 11011100 | 100010 | 1000110 |
Color Harmonies of #99AACD
Complementary color
Monochromatic Colors of #99AACD
Black with #99AACD
Text Example
Text Example
White with #99AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AACD; }
p { color: rgb(153,170,205); }
H1.HeaderClassName
{
color: #99AACD;
}
.AnyTagClassName
{
color: #99AACD;
}
</style>
background-color css
<style>
a { background-color: #99AACD; }
a { background-color: rgb(153,170,205); }
div.DivClassName
{
background-color: #99AACD;
}
.BgClassName
{
background-color: #99AACD;
}
</style>
border-color css
<style>
span { border-color: #99AACD; }
span { border-color: rgb(153,170,205); }
td.TdClassName
{
border-color: #99AACD;
}
.TagClassName
{
border-color: #99AACD;
}
</style>