Shades of Echo Blue #9FAFDE
Tints of Echo Blue #9FAFDE
RGB
CMYK
RGB Variations
Color information
#9FAFDE (or 0x9FAFDE) is known color: Echo Blue. HEX triplet: 9F, AF and DE. RGB value is (159,175,222). Sum of RGB (Red+Green+Blue) = 159+175+222=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FAFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFDE is #605021. Grayscale: #AFAFAF. Windows color (decimal): -6311970 or 14593951. OLE color: 14593951.
HSL color Cylindrical-coordinate representation of color #9FAFDE: hue angle of 224.76º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FAFDE is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 175 | 222 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.13 |
| HSL | 224.76º | 0.49% | 0.75% | - |
| HSV(B) | 224.76º | 0.28% | 0.87% | - |
| XYZ | 42.81 | 43.3 | 75.21 | - |
| YUV | 175.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 222 | 0.28 | 0.21 | 0 | 0.13 | 224.76 | 0.49 | 0.75 |
| Hex | 9F | AF | DE | 1C | 15 | 0 | D | E1 | 31 | 4B |
| Octal | 237 | 257 | 336 | 34 | 25 | 0 | 15 | 341 | 61 | 113 |
| Binary | 10011111 | 10101111 | 11011110 | 11100 | 10101 | 0 | 1101 | 11100001 | 110001 | 1001011 |
Color Harmonies of #9FAFDE
Complementary color
Monochromatic Colors of #9FAFDE
Black with #9FAFDE
Text Example
Text Example
White with #9FAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAFDE; }
p { color: rgb(159,175,222); }
H1.HeaderClassName
{
color: #9FAFDE;
}
.AnyTagClassName
{
color: #9FAFDE;
}
</style>
background-color css
<style>
a { background-color: #9FAFDE; }
a { background-color: rgb(159,175,222); }
div.DivClassName
{
background-color: #9FAFDE;
}
.BgClassName
{
background-color: #9FAFDE;
}
</style>
border-color css
<style>
span { border-color: #9FAFDE; }
span { border-color: rgb(159,175,222); }
td.TdClassName
{
border-color: #9FAFDE;
}
.TagClassName
{
border-color: #9FAFDE;
}
</style>