Shades of Echo Blue #99ACD7
Tints of Echo Blue #99ACD7
RGB
CMYK
RGB Variations
Color information
#99ACD7 (or 0x99ACD7) is known color: Echo Blue. HEX triplet: 99, AC and D7. RGB value is (153,172,215). Sum of RGB (Red+Green+Blue) = 153+172+215=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #99ACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACD7 is #665328. Grayscale: #ABABAB. Windows color (decimal): -6705961 or 14134425. OLE color: 14134425.
HSL color Cylindrical-coordinate representation of color #99ACD7: hue angle of 221.61º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99ACD7 is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 172 | 215 | - |
| CMYK | 0.29 | 0.2 | 0 | 0.16 |
| HSL | 221.61º | 0.44% | 0.72% | - |
| HSV(B) | 221.61º | 0.29% | 0.84% | - |
| XYZ | 40.16 | 41.18 | 70.12 | - |
| YUV | 171.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 215 | 0.29 | 0.2 | 0 | 0.16 | 221.61 | 0.44 | 0.72 |
| Hex | 99 | AC | D7 | 1D | 14 | 0 | 10 | DE | 2C | 48 |
| Octal | 231 | 254 | 327 | 35 | 24 | 0 | 20 | 336 | 54 | 110 |
| Binary | 10011001 | 10101100 | 11010111 | 11101 | 10100 | 0 | 10000 | 11011110 | 101100 | 1001000 |
Color Harmonies of #99ACD7
Complementary color
Monochromatic Colors of #99ACD7
Black with #99ACD7
Text Example
Text Example
White with #99ACD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACD7; }
p { color: rgb(153,172,215); }
H1.HeaderClassName
{
color: #99ACD7;
}
.AnyTagClassName
{
color: #99ACD7;
}
</style>
background-color css
<style>
a { background-color: #99ACD7; }
a { background-color: rgb(153,172,215); }
div.DivClassName
{
background-color: #99ACD7;
}
.BgClassName
{
background-color: #99ACD7;
}
</style>
border-color css
<style>
span { border-color: #99ACD7; }
span { border-color: rgb(153,172,215); }
td.TdClassName
{
border-color: #99ACD7;
}
.TagClassName
{
border-color: #99ACD7;
}
</style>