Shades of Echo Blue #99ACD9
Tints of Echo Blue #99ACD9
RGB
CMYK
RGB Variations
Color information
#99ACD9 (or 0x99ACD9) is known color: Echo Blue. HEX triplet: 99, AC and D9. RGB value is (153,172,217). Sum of RGB (Red+Green+Blue) = 153+172+217=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #99ACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACD9 is #665326. Grayscale: #ABABAB. Windows color (decimal): -6705959 or 14265497. OLE color: 14265497.
HSL color Cylindrical-coordinate representation of color #99ACD9: hue angle of 222.19º 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 #99ACD9 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 172 | 217 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.15 |
| HSL | 222.19º | 0.46% | 0.73% | - |
| HSV(B) | 222.19º | 0.29% | 0.85% | - |
| XYZ | 40.41 | 41.29 | 71.48 | - |
| YUV | 171.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 217 | 0.29 | 0.21 | 0 | 0.15 | 222.19 | 0.46 | 0.73 |
| Hex | 99 | AC | D9 | 1D | 15 | 0 | F | DE | 2E | 49 |
| Octal | 231 | 254 | 331 | 35 | 25 | 0 | 17 | 336 | 56 | 111 |
| Binary | 10011001 | 10101100 | 11011001 | 11101 | 10101 | 0 | 1111 | 11011110 | 101110 | 1001001 |
Color Harmonies of #99ACD9
Complementary color
Monochromatic Colors of #99ACD9
Black with #99ACD9
Text Example
Text Example
White with #99ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACD9; }
p { color: rgb(153,172,217); }
H1.HeaderClassName
{
color: #99ACD9;
}
.AnyTagClassName
{
color: #99ACD9;
}
</style>
background-color css
<style>
a { background-color: #99ACD9; }
a { background-color: rgb(153,172,217); }
div.DivClassName
{
background-color: #99ACD9;
}
.BgClassName
{
background-color: #99ACD9;
}
</style>
border-color css
<style>
span { border-color: #99ACD9; }
span { border-color: rgb(153,172,217); }
td.TdClassName
{
border-color: #99ACD9;
}
.TagClassName
{
border-color: #99ACD9;
}
</style>