Shades of Echo Blue #99AADB
Tints of Echo Blue #99AADB
RGB
CMYK
RGB Variations
Color information
#99AADB (or 0x99AADB) is known color: Echo Blue. HEX triplet: 99, AA and DB. RGB value is (153,170,219). Sum of RGB (Red+Green+Blue) = 153+170+219=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #99AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AADB is #665524. Grayscale: #AAAAAA. Windows color (decimal): -6706469 or 14396057. OLE color: 14396057.
HSL color Cylindrical-coordinate representation of color #99AADB: hue angle of 224.55º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99AADB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 170 | 219 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.14 |
| HSL | 224.55º | 0.48% | 0.73% | - |
| HSV(B) | 224.55º | 0.3% | 0.86% | - |
| XYZ | 40.3 | 40.64 | 72.74 | - |
| YUV | 170.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 219 | 0.30 | 0.22 | 0 | 0.14 | 224.55 | 0.48 | 0.73 |
| Hex | 99 | AA | DB | 1E | 16 | 0 | E | E1 | 30 | 49 |
| Octal | 231 | 252 | 333 | 36 | 26 | 0 | 16 | 341 | 60 | 111 |
| Binary | 10011001 | 10101010 | 11011011 | 11110 | 10110 | 0 | 1110 | 11100001 | 110000 | 1001001 |
Color Harmonies of #99AADB
Complementary color
Monochromatic Colors of #99AADB
Black with #99AADB
Text Example
Text Example
White with #99AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AADB; }
p { color: rgb(153,170,219); }
H1.HeaderClassName
{
color: #99AADB;
}
.AnyTagClassName
{
color: #99AADB;
}
</style>
background-color css
<style>
a { background-color: #99AADB; }
a { background-color: rgb(153,170,219); }
div.DivClassName
{
background-color: #99AADB;
}
.BgClassName
{
background-color: #99AADB;
}
</style>
border-color css
<style>
span { border-color: #99AADB; }
span { border-color: rgb(153,170,219); }
td.TdClassName
{
border-color: #99AADB;
}
.TagClassName
{
border-color: #99AADB;
}
</style>