Shades of Echo Blue #99ADD9
Tints of Echo Blue #99ADD9
RGB
CMYK
RGB Variations
Color information
#99ADD9 (or 0x99ADD9) is known color: Echo Blue. HEX triplet: 99, AD and D9. RGB value is (153,173,217). Sum of RGB (Red+Green+Blue) = 153+173+217=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #99ADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADD9 is #665226. Grayscale: #ABABAB. Windows color (decimal): -6705703 or 14265753. OLE color: 14265753.
HSL color Cylindrical-coordinate representation of color #99ADD9: hue angle of 221.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99ADD9 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 173 | 217 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.15 |
| HSL | 221.25º | 0.46% | 0.73% | - |
| HSV(B) | 221.25º | 0.29% | 0.85% | - |
| XYZ | 40.6 | 41.67 | 71.55 | - |
| YUV | 172.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 217 | 0.29 | 0.20 | 0 | 0.15 | 221.25 | 0.46 | 0.73 |
| Hex | 99 | AD | D9 | 1D | 14 | 0 | F | DD | 2E | 49 |
| Octal | 231 | 255 | 331 | 35 | 24 | 0 | 17 | 335 | 56 | 111 |
| Binary | 10011001 | 10101101 | 11011001 | 11101 | 10100 | 0 | 1111 | 11011101 | 101110 | 1001001 |
Color Harmonies of #99ADD9
Complementary color
Monochromatic Colors of #99ADD9
Black with #99ADD9
Text Example
Text Example
White with #99ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADD9; }
p { color: rgb(153,173,217); }
H1.HeaderClassName
{
color: #99ADD9;
}
.AnyTagClassName
{
color: #99ADD9;
}
</style>
background-color css
<style>
a { background-color: #99ADD9; }
a { background-color: rgb(153,173,217); }
div.DivClassName
{
background-color: #99ADD9;
}
.BgClassName
{
background-color: #99ADD9;
}
</style>
border-color css
<style>
span { border-color: #99ADD9; }
span { border-color: rgb(153,173,217); }
td.TdClassName
{
border-color: #99ADD9;
}
.TagClassName
{
border-color: #99ADD9;
}
</style>