Shades of Echo Blue #99AAD4
Tints of Echo Blue #99AAD4
RGB
CMYK
RGB Variations
Color information
#99AAD4 (or 0x99AAD4) is known color: Echo Blue. HEX triplet: 99, AA and D4. RGB value is (153,170,212). Sum of RGB (Red+Green+Blue) = 153+170+212=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #99AAD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAD4 is #66552B. Grayscale: #A9A9A9. Windows color (decimal): -6706476 or 13937305. OLE color: 13937305.
HSL color Cylindrical-coordinate representation of color #99AAD4: hue angle of 222.71º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99AAD4 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 170 | 212 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.17 |
| HSL | 222.71º | 0.41% | 0.72% | - |
| HSV(B) | 222.71º | 0.28% | 0.83% | - |
| XYZ | 39.4 | 40.28 | 67.98 | - |
| YUV | 169.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 212 | 0.28 | 0.20 | 0 | 0.17 | 222.71 | 0.41 | 0.72 |
| Hex | 99 | AA | D4 | 1C | 14 | 0 | 11 | DF | 29 | 48 |
| Octal | 231 | 252 | 324 | 34 | 24 | 0 | 21 | 337 | 51 | 110 |
| Binary | 10011001 | 10101010 | 11010100 | 11100 | 10100 | 0 | 10001 | 11011111 | 101001 | 1001000 |
Color Harmonies of #99AAD4
Complementary color
Monochromatic Colors of #99AAD4
Black with #99AAD4
Text Example
Text Example
White with #99AAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAD4; }
p { color: rgb(153,170,212); }
H1.HeaderClassName
{
color: #99AAD4;
}
.AnyTagClassName
{
color: #99AAD4;
}
</style>
background-color css
<style>
a { background-color: #99AAD4; }
a { background-color: rgb(153,170,212); }
div.DivClassName
{
background-color: #99AAD4;
}
.BgClassName
{
background-color: #99AAD4;
}
</style>
border-color css
<style>
span { border-color: #99AAD4; }
span { border-color: rgb(153,170,212); }
td.TdClassName
{
border-color: #99AAD4;
}
.TagClassName
{
border-color: #99AAD4;
}
</style>