Shades of Echo Blue #99AAD1
Tints of Echo Blue #99AAD1
RGB
CMYK
RGB Variations
Color information
#99AAD1 (or 0x99AAD1) is known color: Echo Blue. HEX triplet: 99, AA and D1. RGB value is (153,170,209). Sum of RGB (Red+Green+Blue) = 153+170+209=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #99AAD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAD1 is #66552E. Grayscale: #A9A9A9. Windows color (decimal): -6706479 or 13740697. OLE color: 13740697.
HSL color Cylindrical-coordinate representation of color #99AAD1: hue angle of 221.79º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99AAD1 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 170 | 209 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.18 |
| HSL | 221.79º | 0.38% | 0.71% | - |
| HSV(B) | 221.79º | 0.27% | 0.82% | - |
| XYZ | 39.02 | 40.13 | 66.01 | - |
| YUV | 169.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 209 | 0.27 | 0.19 | 0 | 0.18 | 221.79 | 0.38 | 0.71 |
| Hex | 99 | AA | D1 | 1B | 13 | 0 | 12 | DE | 26 | 47 |
| Octal | 231 | 252 | 321 | 33 | 23 | 0 | 22 | 336 | 46 | 107 |
| Binary | 10011001 | 10101010 | 11010001 | 11011 | 10011 | 0 | 10010 | 11011110 | 100110 | 1000111 |
Color Harmonies of #99AAD1
Complementary color
Monochromatic Colors of #99AAD1
Black with #99AAD1
Text Example
Text Example
White with #99AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAD1; }
p { color: rgb(153,170,209); }
H1.HeaderClassName
{
color: #99AAD1;
}
.AnyTagClassName
{
color: #99AAD1;
}
</style>
background-color css
<style>
a { background-color: #99AAD1; }
a { background-color: rgb(153,170,209); }
div.DivClassName
{
background-color: #99AAD1;
}
.BgClassName
{
background-color: #99AAD1;
}
</style>
border-color css
<style>
span { border-color: #99AAD1; }
span { border-color: rgb(153,170,209); }
td.TdClassName
{
border-color: #99AAD1;
}
.TagClassName
{
border-color: #99AAD1;
}
</style>