Shades of Echo Blue #9DAAE0
Tints of Echo Blue #9DAAE0
RGB
CMYK
RGB Variations
Color information
#9DAAE0 (or 0x9DAAE0) is known color: Echo Blue. HEX triplet: 9D, AA and E0. RGB value is (157,170,224). Sum of RGB (Red+Green+Blue) = 157+170+224=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #9DAAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAAE0 is #62551F. Grayscale: #ACACAC. Windows color (decimal): -6444320 or 14723741. OLE color: 14723741.
HSL color Cylindrical-coordinate representation of color #9DAAE0: hue angle of 228.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DAAE0 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 170 | 224 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.12 |
| HSL | 228.36º | 0.52% | 0.75% | - |
| HSV(B) | 228.36º | 0.3% | 0.88% | - |
| XYZ | 41.73 | 41.3 | 76.29 | - |
| YUV | 172.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 224 | 0.30 | 0.24 | 0 | 0.12 | 228.36 | 0.52 | 0.75 |
| Hex | 9D | AA | E0 | 1E | 18 | 0 | C | E4 | 34 | 4B |
| Octal | 235 | 252 | 340 | 36 | 30 | 0 | 14 | 344 | 64 | 113 |
| Binary | 10011101 | 10101010 | 11100000 | 11110 | 11000 | 0 | 1100 | 11100100 | 110100 | 1001011 |
Color Harmonies of #9DAAE0
Complementary color
Monochromatic Colors of #9DAAE0
Black with #9DAAE0
Text Example
Text Example
White with #9DAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAAE0; }
p { color: rgb(157,170,224); }
H1.HeaderClassName
{
color: #9DAAE0;
}
.AnyTagClassName
{
color: #9DAAE0;
}
</style>
background-color css
<style>
a { background-color: #9DAAE0; }
a { background-color: rgb(157,170,224); }
div.DivClassName
{
background-color: #9DAAE0;
}
.BgClassName
{
background-color: #9DAAE0;
}
</style>
border-color css
<style>
span { border-color: #9DAAE0; }
span { border-color: rgb(157,170,224); }
td.TdClassName
{
border-color: #9DAAE0;
}
.TagClassName
{
border-color: #9DAAE0;
}
</style>