Shades of Echo Blue #99AAD6
Tints of Echo Blue #99AAD6
RGB
CMYK
RGB Variations
Color information
#99AAD6 (or 0x99AAD6) is known color: Echo Blue. HEX triplet: 99, AA and D6. RGB value is (153,170,214). Sum of RGB (Red+Green+Blue) = 153+170+214=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #99AAD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAD6 is #665529. Grayscale: #A9A9A9. Windows color (decimal): -6706474 or 14068377. OLE color: 14068377.
HSL color Cylindrical-coordinate representation of color #99AAD6: hue angle of 223.28º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99AAD6 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 170 | 214 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.16 |
| HSL | 223.28º | 0.43% | 0.72% | - |
| HSV(B) | 223.28º | 0.29% | 0.84% | - |
| XYZ | 39.65 | 40.38 | 69.32 | - |
| YUV | 169.93 | 152.87 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 214 | 0.29 | 0.21 | 0 | 0.16 | 223.28 | 0.43 | 0.72 |
| Hex | 99 | AA | D6 | 1D | 15 | 0 | 10 | DF | 2B | 48 |
| Octal | 231 | 252 | 326 | 35 | 25 | 0 | 20 | 337 | 53 | 110 |
| Binary | 10011001 | 10101010 | 11010110 | 11101 | 10101 | 0 | 10000 | 11011111 | 101011 | 1001000 |
Color Harmonies of #99AAD6
Complementary color
Monochromatic Colors of #99AAD6
Black with #99AAD6
Text Example
Text Example
White with #99AAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAD6; }
p { color: rgb(153,170,214); }
H1.HeaderClassName
{
color: #99AAD6;
}
.AnyTagClassName
{
color: #99AAD6;
}
</style>
background-color css
<style>
a { background-color: #99AAD6; }
a { background-color: rgb(153,170,214); }
div.DivClassName
{
background-color: #99AAD6;
}
.BgClassName
{
background-color: #99AAD6;
}
</style>
border-color css
<style>
span { border-color: #99AAD6; }
span { border-color: rgb(153,170,214); }
td.TdClassName
{
border-color: #99AAD6;
}
.TagClassName
{
border-color: #99AAD6;
}
</style>