Shades of Echo Blue #99ADDB
Tints of Echo Blue #99ADDB
RGB
CMYK
RGB Variations
Color information
#99ADDB (or 0x99ADDB) is known color: Echo Blue. HEX triplet: 99, AD and DB. RGB value is (153,173,219). Sum of RGB (Red+Green+Blue) = 153+173+219=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #99ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADDB is #665224. Grayscale: #ACACAC. Windows color (decimal): -6705701 or 14396825. OLE color: 14396825.
HSL color Cylindrical-coordinate representation of color #99ADDB: hue angle of 221.82º 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 #99ADDB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 173 | 219 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.14 |
| HSL | 221.82º | 0.48% | 0.73% | - |
| HSV(B) | 221.82º | 0.3% | 0.86% | - |
| XYZ | 40.87 | 41.77 | 72.93 | - |
| YUV | 172.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 219 | 0.30 | 0.21 | 0 | 0.14 | 221.82 | 0.48 | 0.73 |
| Hex | 99 | AD | DB | 1E | 15 | 0 | E | DE | 30 | 49 |
| Octal | 231 | 255 | 333 | 36 | 25 | 0 | 16 | 336 | 60 | 111 |
| Binary | 10011001 | 10101101 | 11011011 | 11110 | 10101 | 0 | 1110 | 11011110 | 110000 | 1001001 |
Color Harmonies of #99ADDB
Complementary color
Monochromatic Colors of #99ADDB
Black with #99ADDB
Text Example
Text Example
White with #99ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADDB; }
p { color: rgb(153,173,219); }
H1.HeaderClassName
{
color: #99ADDB;
}
.AnyTagClassName
{
color: #99ADDB;
}
</style>
background-color css
<style>
a { background-color: #99ADDB; }
a { background-color: rgb(153,173,219); }
div.DivClassName
{
background-color: #99ADDB;
}
.BgClassName
{
background-color: #99ADDB;
}
</style>
border-color css
<style>
span { border-color: #99ADDB; }
span { border-color: rgb(153,173,219); }
td.TdClassName
{
border-color: #99ADDB;
}
.TagClassName
{
border-color: #99ADDB;
}
</style>