Shades of Echo Blue #95A9DB
Tints of Echo Blue #95A9DB
RGB
CMYK
RGB Variations
Color information
#95A9DB (or 0x95A9DB) is known color: Echo Blue. HEX triplet: 95, A9 and DB. RGB value is (149,169,219). Sum of RGB (Red+Green+Blue) = 149+169+219=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #95A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A9DB is #6A5624. Grayscale: #A8A8A8. Windows color (decimal): -6968869 or 14395797. OLE color: 14395797.
HSL color Cylindrical-coordinate representation of color #95A9DB: hue angle of 222.86º degrees, saturation: 0.49, 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 #95A9DB is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 169 | 219 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.14 |
| HSL | 222.86º | 0.49% | 0.72% | - |
| HSV(B) | 222.86º | 0.32% | 0.86% | - |
| XYZ | 39.37 | 39.88 | 72.64 | - |
| YUV | 168.72 | 156.37 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 169 | 219 | 0.32 | 0.23 | 0 | 0.14 | 222.86 | 0.49 | 0.72 |
| Hex | 95 | A9 | DB | 20 | 17 | 0 | E | DF | 31 | 48 |
| Octal | 225 | 251 | 333 | 40 | 27 | 0 | 16 | 337 | 61 | 110 |
| Binary | 10010101 | 10101001 | 11011011 | 100000 | 10111 | 0 | 1110 | 11011111 | 110001 | 1001000 |
Color Harmonies of #95A9DB
Complementary color
Monochromatic Colors of #95A9DB
Black with #95A9DB
Text Example
Text Example
White with #95A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A9DB; }
p { color: rgb(149,169,219); }
H1.HeaderClassName
{
color: #95A9DB;
}
.AnyTagClassName
{
color: #95A9DB;
}
</style>
background-color css
<style>
a { background-color: #95A9DB; }
a { background-color: rgb(149,169,219); }
div.DivClassName
{
background-color: #95A9DB;
}
.BgClassName
{
background-color: #95A9DB;
}
</style>
border-color css
<style>
span { border-color: #95A9DB; }
span { border-color: rgb(149,169,219); }
td.TdClassName
{
border-color: #95A9DB;
}
.TagClassName
{
border-color: #95A9DB;
}
</style>