Shades of Echo Blue #99ACDD
Tints of Echo Blue #99ACDD
RGB
CMYK
RGB Variations
Color information
#99ACDD (or 0x99ACDD) is known color: Echo Blue. HEX triplet: 99, AC and DD. RGB value is (153,172,221). Sum of RGB (Red+Green+Blue) = 153+172+221=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #99ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACDD is #665322. Grayscale: #ABABAB. Windows color (decimal): -6705955 or 14527641. OLE color: 14527641.
HSL color Cylindrical-coordinate representation of color #99ACDD: hue angle of 223.24º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99ACDD is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 172 | 221 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.13 |
| HSL | 223.24º | 0.5% | 0.73% | - |
| HSV(B) | 223.24º | 0.31% | 0.87% | - |
| XYZ | 40.94 | 41.5 | 74.26 | - |
| YUV | 171.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 221 | 0.31 | 0.22 | 0 | 0.13 | 223.24 | 0.5 | 0.73 |
| Hex | 99 | AC | DD | 1F | 16 | 0 | D | DF | 32 | 49 |
| Octal | 231 | 254 | 335 | 37 | 26 | 0 | 15 | 337 | 62 | 111 |
| Binary | 10011001 | 10101100 | 11011101 | 11111 | 10110 | 0 | 1101 | 11011111 | 110010 | 1001001 |
Color Harmonies of #99ACDD
Complementary color
Monochromatic Colors of #99ACDD
Black with #99ACDD
Text Example
Text Example
White with #99ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACDD; }
p { color: rgb(153,172,221); }
H1.HeaderClassName
{
color: #99ACDD;
}
.AnyTagClassName
{
color: #99ACDD;
}
</style>
background-color css
<style>
a { background-color: #99ACDD; }
a { background-color: rgb(153,172,221); }
div.DivClassName
{
background-color: #99ACDD;
}
.BgClassName
{
background-color: #99ACDD;
}
</style>
border-color css
<style>
span { border-color: #99ACDD; }
span { border-color: rgb(153,172,221); }
td.TdClassName
{
border-color: #99ACDD;
}
.TagClassName
{
border-color: #99ACDD;
}
</style>