Shades of Echo Blue #95AAD8
Tints of Echo Blue #95AAD8
RGB
CMYK
RGB Variations
Color information
#95AAD8 (or 0x95AAD8) is known color: Echo Blue. HEX triplet: 95, AA and D8. RGB value is (149,170,216). Sum of RGB (Red+Green+Blue) = 149+170+216=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #95AAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AAD8 is #6A5527. Grayscale: #A8A8A8. Windows color (decimal): -6968616 or 14199445. OLE color: 14199445.
HSL color Cylindrical-coordinate representation of color #95AAD8: hue angle of 221.19º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95AAD8 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 170 | 216 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.15 |
| HSL | 221.19º | 0.46% | 0.72% | - |
| HSV(B) | 221.19º | 0.31% | 0.85% | - |
| XYZ | 39.16 | 40.1 | 70.64 | - |
| YUV | 168.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 216 | 0.31 | 0.21 | 0 | 0.15 | 221.19 | 0.46 | 0.72 |
| Hex | 95 | AA | D8 | 1F | 15 | 0 | F | DD | 2E | 48 |
| Octal | 225 | 252 | 330 | 37 | 25 | 0 | 17 | 335 | 56 | 110 |
| Binary | 10010101 | 10101010 | 11011000 | 11111 | 10101 | 0 | 1111 | 11011101 | 101110 | 1001000 |
Color Harmonies of #95AAD8
Complementary color
Monochromatic Colors of #95AAD8
Black with #95AAD8
Text Example
Text Example
White with #95AAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AAD8; }
p { color: rgb(149,170,216); }
H1.HeaderClassName
{
color: #95AAD8;
}
.AnyTagClassName
{
color: #95AAD8;
}
</style>
background-color css
<style>
a { background-color: #95AAD8; }
a { background-color: rgb(149,170,216); }
div.DivClassName
{
background-color: #95AAD8;
}
.BgClassName
{
background-color: #95AAD8;
}
</style>
border-color css
<style>
span { border-color: #95AAD8; }
span { border-color: rgb(149,170,216); }
td.TdClassName
{
border-color: #95AAD8;
}
.TagClassName
{
border-color: #95AAD8;
}
</style>