Shades of Echo Blue #99ABDD
Tints of Echo Blue #99ABDD
RGB
CMYK
RGB Variations
Color information
#99ABDD (or 0x99ABDD) is known color: Echo Blue. HEX triplet: 99, AB and DD. RGB value is (153,171,221). Sum of RGB (Red+Green+Blue) = 153+171+221=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #99ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABDD is #665422. Grayscale: #ABABAB. Windows color (decimal): -6706211 or 14527385. OLE color: 14527385.
HSL color Cylindrical-coordinate representation of color #99ABDD: hue angle of 224.12º 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 #99ABDD is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 171 | 221 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.13 |
| HSL | 224.12º | 0.5% | 0.73% | - |
| HSV(B) | 224.12º | 0.31% | 0.87% | - |
| XYZ | 40.75 | 41.12 | 74.2 | - |
| YUV | 171.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 221 | 0.31 | 0.23 | 0 | 0.13 | 224.12 | 0.5 | 0.73 |
| Hex | 99 | AB | DD | 1F | 17 | 0 | D | E0 | 32 | 49 |
| Octal | 231 | 253 | 335 | 37 | 27 | 0 | 15 | 340 | 62 | 111 |
| Binary | 10011001 | 10101011 | 11011101 | 11111 | 10111 | 0 | 1101 | 11100000 | 110010 | 1001001 |
Color Harmonies of #99ABDD
Complementary color
Monochromatic Colors of #99ABDD
Black with #99ABDD
Text Example
Text Example
White with #99ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABDD; }
p { color: rgb(153,171,221); }
H1.HeaderClassName
{
color: #99ABDD;
}
.AnyTagClassName
{
color: #99ABDD;
}
</style>
background-color css
<style>
a { background-color: #99ABDD; }
a { background-color: rgb(153,171,221); }
div.DivClassName
{
background-color: #99ABDD;
}
.BgClassName
{
background-color: #99ABDD;
}
</style>
border-color css
<style>
span { border-color: #99ABDD; }
span { border-color: rgb(153,171,221); }
td.TdClassName
{
border-color: #99ABDD;
}
.TagClassName
{
border-color: #99ABDD;
}
</style>