Shades of Echo Blue #99ABDC
Tints of Echo Blue #99ABDC
RGB
CMYK
RGB Variations
Color information
#99ABDC (or 0x99ABDC) is known color: Echo Blue. HEX triplet: 99, AB and DC. RGB value is (153,171,220). Sum of RGB (Red+Green+Blue) = 153+171+220=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #99ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABDC is #665423. Grayscale: #AAAAAA. Windows color (decimal): -6706212 or 14461849. OLE color: 14461849.
HSL color Cylindrical-coordinate representation of color #99ABDC: hue angle of 223.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99ABDC is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 171 | 220 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.14 |
| HSL | 223.88º | 0.49% | 0.73% | - |
| HSV(B) | 223.88º | 0.3% | 0.86% | - |
| XYZ | 40.62 | 41.07 | 73.5 | - |
| YUV | 171.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 220 | 0.30 | 0.22 | 0 | 0.14 | 223.88 | 0.49 | 0.73 |
| Hex | 99 | AB | DC | 1E | 16 | 0 | E | E0 | 31 | 49 |
| Octal | 231 | 253 | 334 | 36 | 26 | 0 | 16 | 340 | 61 | 111 |
| Binary | 10011001 | 10101011 | 11011100 | 11110 | 10110 | 0 | 1110 | 11100000 | 110001 | 1001001 |
Color Harmonies of #99ABDC
Complementary color
Monochromatic Colors of #99ABDC
Black with #99ABDC
Text Example
Text Example
White with #99ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABDC; }
p { color: rgb(153,171,220); }
H1.HeaderClassName
{
color: #99ABDC;
}
.AnyTagClassName
{
color: #99ABDC;
}
</style>
background-color css
<style>
a { background-color: #99ABDC; }
a { background-color: rgb(153,171,220); }
div.DivClassName
{
background-color: #99ABDC;
}
.BgClassName
{
background-color: #99ABDC;
}
</style>
border-color css
<style>
span { border-color: #99ABDC; }
span { border-color: rgb(153,171,220); }
td.TdClassName
{
border-color: #99ABDC;
}
.TagClassName
{
border-color: #99ABDC;
}
</style>