Shades of Echo Blue #94ADE3
Tints of Echo Blue #94ADE3
RGB
CMYK
RGB Variations
Color information
#94ADE3 (or 0x94ADE3) is known color: Echo Blue. HEX triplet: 94, AD and E3. RGB value is (148,173,227). Sum of RGB (Red+Green+Blue) = 148+173+227=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #94ADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADE3 is #6B521C. Grayscale: #ABABAB. Windows color (decimal): -7033373 or 14921108. OLE color: 14921108.
HSL color Cylindrical-coordinate representation of color #94ADE3: hue angle of 221.01º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94ADE3 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 173 | 227 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.11 |
| HSL | 221.01º | 0.59% | 0.74% | - |
| HSV(B) | 221.01º | 0.35% | 0.89% | - |
| XYZ | 41.02 | 41.73 | 78.57 | - |
| YUV | 171.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 227 | 0.35 | 0.24 | 0 | 0.11 | 221.01 | 0.59 | 0.74 |
| Hex | 94 | AD | E3 | 23 | 18 | 0 | B | DD | 3B | 4A |
| Octal | 224 | 255 | 343 | 43 | 30 | 0 | 13 | 335 | 73 | 112 |
| Binary | 10010100 | 10101101 | 11100011 | 100011 | 11000 | 0 | 1011 | 11011101 | 111011 | 1001010 |
Color Harmonies of #94ADE3
Complementary color
Monochromatic Colors of #94ADE3
Black with #94ADE3
Text Example
Text Example
White with #94ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ADE3; }
p { color: rgb(148,173,227); }
H1.HeaderClassName
{
color: #94ADE3;
}
.AnyTagClassName
{
color: #94ADE3;
}
</style>
background-color css
<style>
a { background-color: #94ADE3; }
a { background-color: rgb(148,173,227); }
div.DivClassName
{
background-color: #94ADE3;
}
.BgClassName
{
background-color: #94ADE3;
}
</style>
border-color css
<style>
span { border-color: #94ADE3; }
span { border-color: rgb(148,173,227); }
td.TdClassName
{
border-color: #94ADE3;
}
.TagClassName
{
border-color: #94ADE3;
}
</style>