Shades of Echo Blue #9FAFDC
Tints of Echo Blue #9FAFDC
RGB
CMYK
RGB Variations
Color information
#9FAFDC (or 0x9FAFDC) is known color: Echo Blue. HEX triplet: 9F, AF and DC. RGB value is (159,175,220). Sum of RGB (Red+Green+Blue) = 159+175+220=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFDC is #605023. Grayscale: #AFAFAF. Windows color (decimal): -6311972 or 14462879. OLE color: 14462879.
HSL color Cylindrical-coordinate representation of color #9FAFDC: hue angle of 224.26º 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 #9FAFDC is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 175 | 220 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.14 |
| HSL | 224.26º | 0.47% | 0.74% | - |
| HSV(B) | 224.26º | 0.28% | 0.86% | - |
| XYZ | 42.55 | 43.2 | 73.81 | - |
| YUV | 175.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 220 | 0.28 | 0.20 | 0 | 0.14 | 224.26 | 0.47 | 0.74 |
| Hex | 9F | AF | DC | 1C | 14 | 0 | E | E0 | 2F | 4A |
| Octal | 237 | 257 | 334 | 34 | 24 | 0 | 16 | 340 | 57 | 112 |
| Binary | 10011111 | 10101111 | 11011100 | 11100 | 10100 | 0 | 1110 | 11100000 | 101111 | 1001010 |
Color Harmonies of #9FAFDC
Complementary color
Monochromatic Colors of #9FAFDC
Black with #9FAFDC
Text Example
Text Example
White with #9FAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAFDC; }
p { color: rgb(159,175,220); }
H1.HeaderClassName
{
color: #9FAFDC;
}
.AnyTagClassName
{
color: #9FAFDC;
}
</style>
background-color css
<style>
a { background-color: #9FAFDC; }
a { background-color: rgb(159,175,220); }
div.DivClassName
{
background-color: #9FAFDC;
}
.BgClassName
{
background-color: #9FAFDC;
}
</style>
border-color css
<style>
span { border-color: #9FAFDC; }
span { border-color: rgb(159,175,220); }
td.TdClassName
{
border-color: #9FAFDC;
}
.TagClassName
{
border-color: #9FAFDC;
}
</style>