Shades of Echo Blue #99AAD0
Tints of Echo Blue #99AAD0
RGB
CMYK
RGB Variations
Color information
#99AAD0 (or 0x99AAD0) is known color: Echo Blue. HEX triplet: 99, AA and D0. RGB value is (153,170,208). Sum of RGB (Red+Green+Blue) = 153+170+208=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #99AAD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAD0 is #66552F. Grayscale: #A9A9A9. Windows color (decimal): -6706480 or 13675161. OLE color: 13675161.
HSL color Cylindrical-coordinate representation of color #99AAD0: hue angle of 221.45º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99AAD0 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 170 | 208 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.18 |
| HSL | 221.45º | 0.37% | 0.71% | - |
| HSV(B) | 221.45º | 0.26% | 0.82% | - |
| XYZ | 38.9 | 40.08 | 65.36 | - |
| YUV | 169.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 208 | 0.26 | 0.18 | 0 | 0.18 | 221.45 | 0.37 | 0.71 |
| Hex | 99 | AA | D0 | 1A | 12 | 0 | 12 | DD | 25 | 47 |
| Octal | 231 | 252 | 320 | 32 | 22 | 0 | 22 | 335 | 45 | 107 |
| Binary | 10011001 | 10101010 | 11010000 | 11010 | 10010 | 0 | 10010 | 11011101 | 100101 | 1000111 |
Color Harmonies of #99AAD0
Complementary color
Monochromatic Colors of #99AAD0
Black with #99AAD0
Text Example
Text Example
White with #99AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAD0; }
p { color: rgb(153,170,208); }
H1.HeaderClassName
{
color: #99AAD0;
}
.AnyTagClassName
{
color: #99AAD0;
}
</style>
background-color css
<style>
a { background-color: #99AAD0; }
a { background-color: rgb(153,170,208); }
div.DivClassName
{
background-color: #99AAD0;
}
.BgClassName
{
background-color: #99AAD0;
}
</style>
border-color css
<style>
span { border-color: #99AAD0; }
span { border-color: rgb(153,170,208); }
td.TdClassName
{
border-color: #99AAD0;
}
.TagClassName
{
border-color: #99AAD0;
}
</style>