Shades of Echo Blue #99A8DB
Tints of Echo Blue #99A8DB
RGB
CMYK
RGB Variations
Color information
#99A8DB (or 0x99A8DB) is known color: Echo Blue. HEX triplet: 99, A8 and DB. RGB value is (153,168,219). Sum of RGB (Red+Green+Blue) = 153+168+219=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #99A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8DB is #665724. Grayscale: #A9A9A9. Windows color (decimal): -6706981 or 14395545. OLE color: 14395545.
HSL color Cylindrical-coordinate representation of color #99A8DB: hue angle of 226.36º 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 #99A8DB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 168 | 219 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.14 |
| HSL | 226.36º | 0.48% | 0.73% | - |
| HSV(B) | 226.36º | 0.3% | 0.86% | - |
| XYZ | 39.93 | 39.89 | 72.61 | - |
| YUV | 169.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 219 | 0.30 | 0.23 | 0 | 0.14 | 226.36 | 0.48 | 0.73 |
| Hex | 99 | A8 | DB | 1E | 17 | 0 | E | E2 | 30 | 49 |
| Octal | 231 | 250 | 333 | 36 | 27 | 0 | 16 | 342 | 60 | 111 |
| Binary | 10011001 | 10101000 | 11011011 | 11110 | 10111 | 0 | 1110 | 11100010 | 110000 | 1001001 |
Color Harmonies of #99A8DB
Complementary color
Monochromatic Colors of #99A8DB
Black with #99A8DB
Text Example
Text Example
White with #99A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8DB; }
p { color: rgb(153,168,219); }
H1.HeaderClassName
{
color: #99A8DB;
}
.AnyTagClassName
{
color: #99A8DB;
}
</style>
background-color css
<style>
a { background-color: #99A8DB; }
a { background-color: rgb(153,168,219); }
div.DivClassName
{
background-color: #99A8DB;
}
.BgClassName
{
background-color: #99A8DB;
}
</style>
border-color css
<style>
span { border-color: #99A8DB; }
span { border-color: rgb(153,168,219); }
td.TdClassName
{
border-color: #99A8DB;
}
.TagClassName
{
border-color: #99A8DB;
}
</style>