Shades of Echo Blue #99ADDD
Tints of Echo Blue #99ADDD
RGB
CMYK
RGB Variations
Color information
#99ADDD (or 0x99ADDD) is known color: Echo Blue. HEX triplet: 99, AD and DD. RGB value is (153,173,221). Sum of RGB (Red+Green+Blue) = 153+173+221=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #99ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADDD is #665222. Grayscale: #ACACAC. Windows color (decimal): -6705699 or 14527897. OLE color: 14527897.
HSL color Cylindrical-coordinate representation of color #99ADDD: hue angle of 222.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99ADDD is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 173 | 221 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.13 |
| HSL | 222.35º | 0.5% | 0.73% | - |
| HSV(B) | 222.35º | 0.31% | 0.87% | - |
| XYZ | 41.13 | 41.88 | 74.32 | - |
| YUV | 172.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 221 | 0.31 | 0.22 | 0 | 0.13 | 222.35 | 0.5 | 0.73 |
| Hex | 99 | AD | DD | 1F | 16 | 0 | D | DE | 32 | 49 |
| Octal | 231 | 255 | 335 | 37 | 26 | 0 | 15 | 336 | 62 | 111 |
| Binary | 10011001 | 10101101 | 11011101 | 11111 | 10110 | 0 | 1101 | 11011110 | 110010 | 1001001 |
Color Harmonies of #99ADDD
Complementary color
Monochromatic Colors of #99ADDD
Black with #99ADDD
Text Example
Text Example
White with #99ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADDD; }
p { color: rgb(153,173,221); }
H1.HeaderClassName
{
color: #99ADDD;
}
.AnyTagClassName
{
color: #99ADDD;
}
</style>
background-color css
<style>
a { background-color: #99ADDD; }
a { background-color: rgb(153,173,221); }
div.DivClassName
{
background-color: #99ADDD;
}
.BgClassName
{
background-color: #99ADDD;
}
</style>
border-color css
<style>
span { border-color: #99ADDD; }
span { border-color: rgb(153,173,221); }
td.TdClassName
{
border-color: #99ADDD;
}
.TagClassName
{
border-color: #99ADDD;
}
</style>