Shades of Echo Blue #94ADE2
Tints of Echo Blue #94ADE2
RGB
CMYK
RGB Variations
Color information
#94ADE2 (or 0x94ADE2) is known color: Echo Blue. HEX triplet: 94, AD and E2. RGB value is (148,173,226). Sum of RGB (Red+Green+Blue) = 148+173+226=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 173 (67.97% from 255 or 31.63% 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 #94ADE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADE2 is #6B521D. Grayscale: #ABABAB. Windows color (decimal): -7033374 or 14855572. OLE color: 14855572.
HSL color Cylindrical-coordinate representation of color #94ADE2: hue angle of 220.77º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94ADE2 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 173 | 226 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.11 |
| HSL | 220.77º | 0.57% | 0.73% | - |
| HSV(B) | 220.77º | 0.35% | 0.89% | - |
| XYZ | 40.88 | 41.67 | 77.84 | - |
| YUV | 171.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 226 | 0.35 | 0.23 | 0 | 0.11 | 220.77 | 0.57 | 0.73 |
| Hex | 94 | AD | E2 | 23 | 17 | 0 | B | DD | 39 | 49 |
| Octal | 224 | 255 | 342 | 43 | 27 | 0 | 13 | 335 | 71 | 111 |
| Binary | 10010100 | 10101101 | 11100010 | 100011 | 10111 | 0 | 1011 | 11011101 | 111001 | 1001001 |
Color Harmonies of #94ADE2
Complementary color
Monochromatic Colors of #94ADE2
Black with #94ADE2
Text Example
Text Example
White with #94ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADE2; }
p { color: rgb(148,173,226); }
H1.HeaderClassName
{
color: #94ADE2;
}
.AnyTagClassName
{
color: #94ADE2;
}
</style>
background-color css
<style>
a { background-color: #94ADE2; }
a { background-color: rgb(148,173,226); }
div.DivClassName
{
background-color: #94ADE2;
}
.BgClassName
{
background-color: #94ADE2;
}
</style>
border-color css
<style>
span { border-color: #94ADE2; }
span { border-color: rgb(148,173,226); }
td.TdClassName
{
border-color: #94ADE2;
}
.TagClassName
{
border-color: #94ADE2;
}
</style>