Shades of Echo Blue #9FAEDC
Tints of Echo Blue #9FAEDC
RGB
CMYK
RGB Variations
Color information
#9FAEDC (or 0x9FAEDC) is known color: Echo Blue. HEX triplet: 9F, AE and DC. RGB value is (159,174,220). Sum of RGB (Red+Green+Blue) = 159+174+220=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEDC is #605123. Grayscale: #AEAEAE. Windows color (decimal): -6312228 or 14462623. OLE color: 14462623.
HSL color Cylindrical-coordinate representation of color #9FAEDC: hue angle of 225.25º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FAEDC is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 174 | 220 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.14 |
| HSL | 225.25º | 0.47% | 0.74% | - |
| HSV(B) | 225.25º | 0.28% | 0.86% | - |
| XYZ | 42.35 | 42.81 | 73.74 | - |
| YUV | 174.76 | 153.53 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 220 | 0.28 | 0.21 | 0 | 0.14 | 225.25 | 0.47 | 0.74 |
| Hex | 9F | AE | DC | 1C | 15 | 0 | E | E1 | 2F | 4A |
| Octal | 237 | 256 | 334 | 34 | 25 | 0 | 16 | 341 | 57 | 112 |
| Binary | 10011111 | 10101110 | 11011100 | 11100 | 10101 | 0 | 1110 | 11100001 | 101111 | 1001010 |
Color Harmonies of #9FAEDC
Complementary color
Monochromatic Colors of #9FAEDC
Black with #9FAEDC
Text Example
Text Example
White with #9FAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEDC; }
p { color: rgb(159,174,220); }
H1.HeaderClassName
{
color: #9FAEDC;
}
.AnyTagClassName
{
color: #9FAEDC;
}
</style>
background-color css
<style>
a { background-color: #9FAEDC; }
a { background-color: rgb(159,174,220); }
div.DivClassName
{
background-color: #9FAEDC;
}
.BgClassName
{
background-color: #9FAEDC;
}
</style>
border-color css
<style>
span { border-color: #9FAEDC; }
span { border-color: rgb(159,174,220); }
td.TdClassName
{
border-color: #9FAEDC;
}
.TagClassName
{
border-color: #9FAEDC;
}
</style>