Shades of Echo Blue #99ABDB
Tints of Echo Blue #99ABDB
RGB
CMYK
RGB Variations
Color information
#99ABDB (or 0x99ABDB) is known color: Echo Blue. HEX triplet: 99, AB and DB. RGB value is (153,171,219). Sum of RGB (Red+Green+Blue) = 153+171+219=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #99ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABDB is #665424. Grayscale: #AAAAAA. Windows color (decimal): -6706213 or 14396313. OLE color: 14396313.
HSL color Cylindrical-coordinate representation of color #99ABDB: hue angle of 223.64º 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 #99ABDB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 171 | 219 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.14 |
| HSL | 223.64º | 0.48% | 0.73% | - |
| HSV(B) | 223.64º | 0.3% | 0.86% | - |
| XYZ | 40.49 | 41.01 | 72.8 | - |
| YUV | 171.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 219 | 0.30 | 0.22 | 0 | 0.14 | 223.64 | 0.48 | 0.73 |
| Hex | 99 | AB | DB | 1E | 16 | 0 | E | E0 | 30 | 49 |
| Octal | 231 | 253 | 333 | 36 | 26 | 0 | 16 | 340 | 60 | 111 |
| Binary | 10011001 | 10101011 | 11011011 | 11110 | 10110 | 0 | 1110 | 11100000 | 110000 | 1001001 |
Color Harmonies of #99ABDB
Complementary color
Monochromatic Colors of #99ABDB
Black with #99ABDB
Text Example
Text Example
White with #99ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABDB; }
p { color: rgb(153,171,219); }
H1.HeaderClassName
{
color: #99ABDB;
}
.AnyTagClassName
{
color: #99ABDB;
}
</style>
background-color css
<style>
a { background-color: #99ABDB; }
a { background-color: rgb(153,171,219); }
div.DivClassName
{
background-color: #99ABDB;
}
.BgClassName
{
background-color: #99ABDB;
}
</style>
border-color css
<style>
span { border-color: #99ABDB; }
span { border-color: rgb(153,171,219); }
td.TdClassName
{
border-color: #99ABDB;
}
.TagClassName
{
border-color: #99ABDB;
}
</style>