Shades of Echo Blue #99AAD8
Tints of Echo Blue #99AAD8
RGB
CMYK
RGB Variations
Color information
#99AAD8 (or 0x99AAD8) is known color: Echo Blue. HEX triplet: 99, AA and D8. RGB value is (153,170,216). Sum of RGB (Red+Green+Blue) = 153+170+216=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #99AAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAD8 is #665527. Grayscale: #A9A9A9. Windows color (decimal): -6706472 or 14199449. OLE color: 14199449.
HSL color Cylindrical-coordinate representation of color #99AAD8: hue angle of 223.81º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99AAD8 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 170 | 216 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.15 |
| HSL | 223.81º | 0.45% | 0.72% | - |
| HSV(B) | 223.81º | 0.29% | 0.85% | - |
| XYZ | 39.91 | 40.48 | 70.68 | - |
| YUV | 170.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 216 | 0.29 | 0.21 | 0 | 0.15 | 223.81 | 0.45 | 0.72 |
| Hex | 99 | AA | D8 | 1D | 15 | 0 | F | E0 | 2D | 48 |
| Octal | 231 | 252 | 330 | 35 | 25 | 0 | 17 | 340 | 55 | 110 |
| Binary | 10011001 | 10101010 | 11011000 | 11101 | 10101 | 0 | 1111 | 11100000 | 101101 | 1001000 |
Color Harmonies of #99AAD8
Complementary color
Monochromatic Colors of #99AAD8
Black with #99AAD8
Text Example
Text Example
White with #99AAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAD8; }
p { color: rgb(153,170,216); }
H1.HeaderClassName
{
color: #99AAD8;
}
.AnyTagClassName
{
color: #99AAD8;
}
</style>
background-color css
<style>
a { background-color: #99AAD8; }
a { background-color: rgb(153,170,216); }
div.DivClassName
{
background-color: #99AAD8;
}
.BgClassName
{
background-color: #99AAD8;
}
</style>
border-color css
<style>
span { border-color: #99AAD8; }
span { border-color: rgb(153,170,216); }
td.TdClassName
{
border-color: #99AAD8;
}
.TagClassName
{
border-color: #99AAD8;
}
</style>