Shades of Echo Blue #95ACE2
Tints of Echo Blue #95ACE2
RGB
CMYK
RGB Variations
Color information
#95ACE2 (or 0x95ACE2) is known color: Echo Blue. HEX triplet: 95, AC and E2. RGB value is (149,172,226). Sum of RGB (Red+Green+Blue) = 149+172+226=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #95ACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACE2 is #6A531D. Grayscale: #ABABAB. Windows color (decimal): -6968094 or 14855317. OLE color: 14855317.
HSL color Cylindrical-coordinate representation of color #95ACE2: hue angle of 222.08º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95ACE2 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 172 | 226 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.11 |
| HSL | 222.08º | 0.57% | 0.74% | - |
| HSV(B) | 222.08º | 0.34% | 0.89% | - |
| XYZ | 40.87 | 41.39 | 77.79 | - |
| YUV | 171.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 172 | 226 | 0.34 | 0.24 | 0 | 0.11 | 222.08 | 0.57 | 0.74 |
| Hex | 95 | AC | E2 | 22 | 18 | 0 | B | DE | 39 | 4A |
| Octal | 225 | 254 | 342 | 42 | 30 | 0 | 13 | 336 | 71 | 112 |
| Binary | 10010101 | 10101100 | 11100010 | 100010 | 11000 | 0 | 1011 | 11011110 | 111001 | 1001010 |
Color Harmonies of #95ACE2
Complementary color
Monochromatic Colors of #95ACE2
Black with #95ACE2
Text Example
Text Example
White with #95ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ACE2; }
p { color: rgb(149,172,226); }
H1.HeaderClassName
{
color: #95ACE2;
}
.AnyTagClassName
{
color: #95ACE2;
}
</style>
background-color css
<style>
a { background-color: #95ACE2; }
a { background-color: rgb(149,172,226); }
div.DivClassName
{
background-color: #95ACE2;
}
.BgClassName
{
background-color: #95ACE2;
}
</style>
border-color css
<style>
span { border-color: #95ACE2; }
span { border-color: rgb(149,172,226); }
td.TdClassName
{
border-color: #95ACE2;
}
.TagClassName
{
border-color: #95ACE2;
}
</style>