Shades of Echo Blue #95A6D3
Tints of Echo Blue #95A6D3
RGB
CMYK
RGB Variations
Color information
#95A6D3 (or 0x95A6D3) is known color: Echo Blue. HEX triplet: 95, A6 and D3. RGB value is (149,166,211). Sum of RGB (Red+Green+Blue) = 149+166+211=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #95A6D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A6D3 is #6A592C. Grayscale: #A5A5A5. Windows color (decimal): -6969645 or 13870741. OLE color: 13870741.
HSL color Cylindrical-coordinate representation of color #95A6D3: hue angle of 223.55º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95A6D3 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 166 | 211 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.17 |
| HSL | 223.55º | 0.41% | 0.71% | - |
| HSV(B) | 223.55º | 0.29% | 0.83% | - |
| XYZ | 37.79 | 38.37 | 67.04 | - |
| YUV | 166.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 166 | 211 | 0.29 | 0.21 | 0 | 0.17 | 223.55 | 0.41 | 0.71 |
| Hex | 95 | A6 | D3 | 1D | 15 | 0 | 11 | E0 | 29 | 47 |
| Octal | 225 | 246 | 323 | 35 | 25 | 0 | 21 | 340 | 51 | 107 |
| Binary | 10010101 | 10100110 | 11010011 | 11101 | 10101 | 0 | 10001 | 11100000 | 101001 | 1000111 |
Color Harmonies of #95A6D3
Complementary color
Monochromatic Colors of #95A6D3
Black with #95A6D3
Text Example
Text Example
White with #95A6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A6D3; }
p { color: rgb(149,166,211); }
H1.HeaderClassName
{
color: #95A6D3;
}
.AnyTagClassName
{
color: #95A6D3;
}
</style>
background-color css
<style>
a { background-color: #95A6D3; }
a { background-color: rgb(149,166,211); }
div.DivClassName
{
background-color: #95A6D3;
}
.BgClassName
{
background-color: #95A6D3;
}
</style>
border-color css
<style>
span { border-color: #95A6D3; }
span { border-color: rgb(149,166,211); }
td.TdClassName
{
border-color: #95A6D3;
}
.TagClassName
{
border-color: #95A6D3;
}
</style>