Shades of Echo Blue #99AAC9
Tints of Echo Blue #99AAC9
RGB
CMYK
RGB Variations
Color information
#99AAC9 (or 0x99AAC9) is known color: Echo Blue. HEX triplet: 99, AA and C9. RGB value is (153,170,201). Sum of RGB (Red+Green+Blue) = 153+170+201=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #99AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAC9 is #665536. Grayscale: #A8A8A8. Windows color (decimal): -6706487 or 13216409. OLE color: 13216409.
HSL color Cylindrical-coordinate representation of color #99AAC9: hue angle of 218.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99AAC9 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 170 | 201 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.21 |
| HSL | 218.75º | 0.31% | 0.69% | - |
| HSV(B) | 218.75º | 0.24% | 0.79% | - |
| XYZ | 38.05 | 39.74 | 60.92 | - |
| YUV | 168.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 201 | 0.24 | 0.15 | 0 | 0.21 | 218.75 | 0.31 | 0.69 |
| Hex | 99 | AA | C9 | 18 | F | 0 | 15 | DB | 1F | 45 |
| Octal | 231 | 252 | 311 | 30 | 17 | 0 | 25 | 333 | 37 | 105 |
| Binary | 10011001 | 10101010 | 11001001 | 11000 | 1111 | 0 | 10101 | 11011011 | 11111 | 1000101 |
Color Harmonies of #99AAC9
Complementary color
Monochromatic Colors of #99AAC9
Black with #99AAC9
Text Example
Text Example
White with #99AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAC9; }
p { color: rgb(153,170,201); }
H1.HeaderClassName
{
color: #99AAC9;
}
.AnyTagClassName
{
color: #99AAC9;
}
</style>
background-color css
<style>
a { background-color: #99AAC9; }
a { background-color: rgb(153,170,201); }
div.DivClassName
{
background-color: #99AAC9;
}
.BgClassName
{
background-color: #99AAC9;
}
</style>
border-color css
<style>
span { border-color: #99AAC9; }
span { border-color: rgb(153,170,201); }
td.TdClassName
{
border-color: #99AAC9;
}
.TagClassName
{
border-color: #99AAC9;
}
</style>