Shades of Echo Blue #95AADD
Tints of Echo Blue #95AADD
RGB
CMYK
RGB Variations
Color information
#95AADD (or 0x95AADD) is known color: Echo Blue. HEX triplet: 95, AA and DD. RGB value is (149,170,221). Sum of RGB (Red+Green+Blue) = 149+170+221=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #95AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AADD is #6A5522. Grayscale: #A9A9A9. Windows color (decimal): -6968611 or 14527125. OLE color: 14527125.
HSL color Cylindrical-coordinate representation of color #95AADD: hue angle of 222.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95AADD is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 170 | 221 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.13 |
| HSL | 222.5º | 0.51% | 0.73% | - |
| HSV(B) | 222.5º | 0.33% | 0.87% | - |
| XYZ | 39.82 | 40.36 | 74.1 | - |
| YUV | 169.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 221 | 0.33 | 0.23 | 0 | 0.13 | 222.5 | 0.51 | 0.73 |
| Hex | 95 | AA | DD | 21 | 17 | 0 | D | DE | 33 | 49 |
| Octal | 225 | 252 | 335 | 41 | 27 | 0 | 15 | 336 | 63 | 111 |
| Binary | 10010101 | 10101010 | 11011101 | 100001 | 10111 | 0 | 1101 | 11011110 | 110011 | 1001001 |
Color Harmonies of #95AADD
Complementary color
Monochromatic Colors of #95AADD
Black with #95AADD
Text Example
Text Example
White with #95AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AADD; }
p { color: rgb(149,170,221); }
H1.HeaderClassName
{
color: #95AADD;
}
.AnyTagClassName
{
color: #95AADD;
}
</style>
background-color css
<style>
a { background-color: #95AADD; }
a { background-color: rgb(149,170,221); }
div.DivClassName
{
background-color: #95AADD;
}
.BgClassName
{
background-color: #95AADD;
}
</style>
border-color css
<style>
span { border-color: #95AADD; }
span { border-color: rgb(149,170,221); }
td.TdClassName
{
border-color: #95AADD;
}
.TagClassName
{
border-color: #95AADD;
}
</style>