Shades of Echo Blue #9FAEDF
Tints of Echo Blue #9FAEDF
RGB
CMYK
RGB Variations
Color information
#9FAEDF (or 0x9FAEDF) is known color: Echo Blue. HEX triplet: 9F, AE and DF. RGB value is (159,174,223). Sum of RGB (Red+Green+Blue) = 159+174+223=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEDF is #605120. Grayscale: #AEAEAE. Windows color (decimal): -6312225 or 14659231. OLE color: 14659231.
HSL color Cylindrical-coordinate representation of color #9FAEDF: hue angle of 225.94º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FAEDF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 174 | 223 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.13 |
| HSL | 225.94º | 0.5% | 0.75% | - |
| HSV(B) | 225.94º | 0.29% | 0.87% | - |
| XYZ | 42.75 | 42.97 | 75.85 | - |
| YUV | 175.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 223 | 0.29 | 0.22 | 0 | 0.13 | 225.94 | 0.5 | 0.75 |
| Hex | 9F | AE | DF | 1D | 16 | 0 | D | E2 | 32 | 4B |
| Octal | 237 | 256 | 337 | 35 | 26 | 0 | 15 | 342 | 62 | 113 |
| Binary | 10011111 | 10101110 | 11011111 | 11101 | 10110 | 0 | 1101 | 11100010 | 110010 | 1001011 |
Color Harmonies of #9FAEDF
Complementary color
Monochromatic Colors of #9FAEDF
Black with #9FAEDF
Text Example
Text Example
White with #9FAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEDF; }
p { color: rgb(159,174,223); }
H1.HeaderClassName
{
color: #9FAEDF;
}
.AnyTagClassName
{
color: #9FAEDF;
}
</style>
background-color css
<style>
a { background-color: #9FAEDF; }
a { background-color: rgb(159,174,223); }
div.DivClassName
{
background-color: #9FAEDF;
}
.BgClassName
{
background-color: #9FAEDF;
}
</style>
border-color css
<style>
span { border-color: #9FAEDF; }
span { border-color: rgb(159,174,223); }
td.TdClassName
{
border-color: #9FAEDF;
}
.TagClassName
{
border-color: #9FAEDF;
}
</style>