Shades of Echo Blue #99AAD2
Tints of Echo Blue #99AAD2
RGB
CMYK
RGB Variations
Color information
#99AAD2 (or 0x99AAD2) is known color: Echo Blue. HEX triplet: 99, AA and D2. RGB value is (153,170,210). Sum of RGB (Red+Green+Blue) = 153+170+210=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 210 - color contains mainly: blue. Hex color #99AAD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAD2 is #66552D. Grayscale: #A9A9A9. Windows color (decimal): -6706478 or 13806233. OLE color: 13806233.
HSL color Cylindrical-coordinate representation of color #99AAD2: hue angle of 222.11º degrees, saturation: 0.39, 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 #99AAD2 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 170 | 210 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.18 |
| HSL | 222.11º | 0.39% | 0.71% | - |
| HSV(B) | 222.11º | 0.27% | 0.82% | - |
| XYZ | 39.14 | 40.17 | 66.66 | - |
| YUV | 169.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 210 | 0.27 | 0.19 | 0 | 0.18 | 222.11 | 0.39 | 0.71 |
| Hex | 99 | AA | D2 | 1B | 13 | 0 | 12 | DE | 27 | 47 |
| Octal | 231 | 252 | 322 | 33 | 23 | 0 | 22 | 336 | 47 | 107 |
| Binary | 10011001 | 10101010 | 11010010 | 11011 | 10011 | 0 | 10010 | 11011110 | 100111 | 1000111 |
Color Harmonies of #99AAD2
Complementary color
Monochromatic Colors of #99AAD2
Black with #99AAD2
Text Example
Text Example
White with #99AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAD2; }
p { color: rgb(153,170,210); }
H1.HeaderClassName
{
color: #99AAD2;
}
.AnyTagClassName
{
color: #99AAD2;
}
</style>
background-color css
<style>
a { background-color: #99AAD2; }
a { background-color: rgb(153,170,210); }
div.DivClassName
{
background-color: #99AAD2;
}
.BgClassName
{
background-color: #99AAD2;
}
</style>
border-color css
<style>
span { border-color: #99AAD2; }
span { border-color: rgb(153,170,210); }
td.TdClassName
{
border-color: #99AAD2;
}
.TagClassName
{
border-color: #99AAD2;
}
</style>