Shades of Echo Blue #99ACCC
Tints of Echo Blue #99ACCC
RGB
CMYK
RGB Variations
Color information
#99ACCC (or 0x99ACCC) is known color: Echo Blue. HEX triplet: 99, AC and CC. RGB value is (153,172,204). Sum of RGB (Red+Green+Blue) = 153+172+204=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #99ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACCC is #665333. Grayscale: #A9A9A9. Windows color (decimal): -6705972 or 13413529. OLE color: 13413529.
HSL color Cylindrical-coordinate representation of color #99ACCC: hue angle of 217.65º 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 #99ACCC is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 172 | 204 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.2 |
| HSL | 217.65º | 0.33% | 0.7% | - |
| HSV(B) | 217.65º | 0.25% | 0.8% | - |
| XYZ | 38.79 | 40.64 | 62.93 | - |
| YUV | 169.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 204 | 0.25 | 0.16 | 0 | 0.2 | 217.65 | 0.33 | 0.7 |
| Hex | 99 | AC | CC | 19 | 10 | 0 | 14 | DA | 21 | 46 |
| Octal | 231 | 254 | 314 | 31 | 20 | 0 | 24 | 332 | 41 | 106 |
| Binary | 10011001 | 10101100 | 11001100 | 11001 | 10000 | 0 | 10100 | 11011010 | 100001 | 1000110 |
Color Harmonies of #99ACCC
Complementary color
Monochromatic Colors of #99ACCC
Black with #99ACCC
Text Example
Text Example
White with #99ACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACCC; }
p { color: rgb(153,172,204); }
H1.HeaderClassName
{
color: #99ACCC;
}
.AnyTagClassName
{
color: #99ACCC;
}
</style>
background-color css
<style>
a { background-color: #99ACCC; }
a { background-color: rgb(153,172,204); }
div.DivClassName
{
background-color: #99ACCC;
}
.BgClassName
{
background-color: #99ACCC;
}
</style>
border-color css
<style>
span { border-color: #99ACCC; }
span { border-color: rgb(153,172,204); }
td.TdClassName
{
border-color: #99ACCC;
}
.TagClassName
{
border-color: #99ACCC;
}
</style>