Shades of Echo Blue #99AACC
Tints of Echo Blue #99AACC
RGB
CMYK
RGB Variations
Color information
#99AACC (or 0x99AACC) is known color: Echo Blue. HEX triplet: 99, AA and CC. RGB value is (153,170,204). Sum of RGB (Red+Green+Blue) = 153+170+204=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #99AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AACC is #665533. Grayscale: #A8A8A8. Windows color (decimal): -6706484 or 13413017. OLE color: 13413017.
HSL color Cylindrical-coordinate representation of color #99AACC: hue angle of 220º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99AACC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 170 | 204 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.2 |
| HSL | 220º | 0.33% | 0.7% | - |
| HSV(B) | 220º | 0.25% | 0.8% | - |
| XYZ | 38.41 | 39.88 | 62.8 | - |
| YUV | 168.79 | 147.87 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 204 | 0.25 | 0.17 | 0 | 0.2 | 220 | 0.33 | 0.7 |
| Hex | 99 | AA | CC | 19 | 11 | 0 | 14 | DC | 21 | 46 |
| Octal | 231 | 252 | 314 | 31 | 21 | 0 | 24 | 334 | 41 | 106 |
| Binary | 10011001 | 10101010 | 11001100 | 11001 | 10001 | 0 | 10100 | 11011100 | 100001 | 1000110 |
Color Harmonies of #99AACC
Complementary color
Monochromatic Colors of #99AACC
Black with #99AACC
Text Example
Text Example
White with #99AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AACC; }
p { color: rgb(153,170,204); }
H1.HeaderClassName
{
color: #99AACC;
}
.AnyTagClassName
{
color: #99AACC;
}
</style>
background-color css
<style>
a { background-color: #99AACC; }
a { background-color: rgb(153,170,204); }
div.DivClassName
{
background-color: #99AACC;
}
.BgClassName
{
background-color: #99AACC;
}
</style>
border-color css
<style>
span { border-color: #99AACC; }
span { border-color: rgb(153,170,204); }
td.TdClassName
{
border-color: #99AACC;
}
.TagClassName
{
border-color: #99AACC;
}
</style>