Shades of Echo Blue #95A9DC
Tints of Echo Blue #95A9DC
RGB
CMYK
RGB Variations
Color information
#95A9DC (or 0x95A9DC) is known color: Echo Blue. HEX triplet: 95, A9 and DC. RGB value is (149,169,220). Sum of RGB (Red+Green+Blue) = 149+169+220=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #95A9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A9DC is #6A5623. Grayscale: #A8A8A8. Windows color (decimal): -6968868 or 14461333. OLE color: 14461333.
HSL color Cylindrical-coordinate representation of color #95A9DC: hue angle of 223.1º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95A9DC is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 169 | 220 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.14 |
| HSL | 223.1º | 0.5% | 0.72% | - |
| HSV(B) | 223.1º | 0.32% | 0.86% | - |
| XYZ | 39.5 | 39.93 | 73.34 | - |
| YUV | 168.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 169 | 220 | 0.32 | 0.23 | 0 | 0.14 | 223.1 | 0.5 | 0.72 |
| Hex | 95 | A9 | DC | 20 | 17 | 0 | E | DF | 32 | 48 |
| Octal | 225 | 251 | 334 | 40 | 27 | 0 | 16 | 337 | 62 | 110 |
| Binary | 10010101 | 10101001 | 11011100 | 100000 | 10111 | 0 | 1110 | 11011111 | 110010 | 1001000 |
Color Harmonies of #95A9DC
Complementary color
Monochromatic Colors of #95A9DC
Black with #95A9DC
Text Example
Text Example
White with #95A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A9DC; }
p { color: rgb(149,169,220); }
H1.HeaderClassName
{
color: #95A9DC;
}
.AnyTagClassName
{
color: #95A9DC;
}
</style>
background-color css
<style>
a { background-color: #95A9DC; }
a { background-color: rgb(149,169,220); }
div.DivClassName
{
background-color: #95A9DC;
}
.BgClassName
{
background-color: #95A9DC;
}
</style>
border-color css
<style>
span { border-color: #95A9DC; }
span { border-color: rgb(149,169,220); }
td.TdClassName
{
border-color: #95A9DC;
}
.TagClassName
{
border-color: #95A9DC;
}
</style>