Shades of Echo Blue #99A9DB
Tints of Echo Blue #99A9DB
RGB
CMYK
RGB Variations
Color information
#99A9DB (or 0x99A9DB) is known color: Echo Blue. HEX triplet: 99, A9 and DB. RGB value is (153,169,219). Sum of RGB (Red+Green+Blue) = 153+169+219=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #99A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A9DB is #665624. Grayscale: #A9A9A9. Windows color (decimal): -6706725 or 14395801. OLE color: 14395801.
HSL color Cylindrical-coordinate representation of color #99A9DB: hue angle of 225.45º 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 #99A9DB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 169 | 219 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.14 |
| HSL | 225.45º | 0.48% | 0.73% | - |
| HSV(B) | 225.45º | 0.3% | 0.86% | - |
| XYZ | 40.11 | 40.26 | 72.68 | - |
| YUV | 169.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 219 | 0.30 | 0.23 | 0 | 0.14 | 225.45 | 0.48 | 0.73 |
| Hex | 99 | A9 | DB | 1E | 17 | 0 | E | E1 | 30 | 49 |
| Octal | 231 | 251 | 333 | 36 | 27 | 0 | 16 | 341 | 60 | 111 |
| Binary | 10011001 | 10101001 | 11011011 | 11110 | 10111 | 0 | 1110 | 11100001 | 110000 | 1001001 |
Color Harmonies of #99A9DB
Complementary color
Monochromatic Colors of #99A9DB
Black with #99A9DB
Text Example
Text Example
White with #99A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A9DB; }
p { color: rgb(153,169,219); }
H1.HeaderClassName
{
color: #99A9DB;
}
.AnyTagClassName
{
color: #99A9DB;
}
</style>
background-color css
<style>
a { background-color: #99A9DB; }
a { background-color: rgb(153,169,219); }
div.DivClassName
{
background-color: #99A9DB;
}
.BgClassName
{
background-color: #99A9DB;
}
</style>
border-color css
<style>
span { border-color: #99A9DB; }
span { border-color: rgb(153,169,219); }
td.TdClassName
{
border-color: #99A9DB;
}
.TagClassName
{
border-color: #99A9DB;
}
</style>