Shades of Echo Blue #99A8DC
Tints of Echo Blue #99A8DC
RGB
CMYK
RGB Variations
Color information
#99A8DC (or 0x99A8DC) is known color: Echo Blue. HEX triplet: 99, A8 and DC. RGB value is (153,168,220). Sum of RGB (Red+Green+Blue) = 153+168+220=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #99A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8DC is #665723. Grayscale: #A9A9A9. Windows color (decimal): -6706980 or 14461081. OLE color: 14461081.
HSL color Cylindrical-coordinate representation of color #99A8DC: hue angle of 226.57º 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 #99A8DC is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 168 | 220 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.14 |
| HSL | 226.57º | 0.49% | 0.73% | - |
| HSV(B) | 226.57º | 0.3% | 0.86% | - |
| XYZ | 40.06 | 39.94 | 73.31 | - |
| YUV | 169.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 220 | 0.30 | 0.24 | 0 | 0.14 | 226.57 | 0.49 | 0.73 |
| Hex | 99 | A8 | DC | 1E | 18 | 0 | E | E3 | 31 | 49 |
| Octal | 231 | 250 | 334 | 36 | 30 | 0 | 16 | 343 | 61 | 111 |
| Binary | 10011001 | 10101000 | 11011100 | 11110 | 11000 | 0 | 1110 | 11100011 | 110001 | 1001001 |
Color Harmonies of #99A8DC
Complementary color
Monochromatic Colors of #99A8DC
Black with #99A8DC
Text Example
Text Example
White with #99A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8DC; }
p { color: rgb(153,168,220); }
H1.HeaderClassName
{
color: #99A8DC;
}
.AnyTagClassName
{
color: #99A8DC;
}
</style>
background-color css
<style>
a { background-color: #99A8DC; }
a { background-color: rgb(153,168,220); }
div.DivClassName
{
background-color: #99A8DC;
}
.BgClassName
{
background-color: #99A8DC;
}
</style>
border-color css
<style>
span { border-color: #99A8DC; }
span { border-color: rgb(153,168,220); }
td.TdClassName
{
border-color: #99A8DC;
}
.TagClassName
{
border-color: #99A8DC;
}
</style>