Shades of Echo Blue #9FA6D6
Tints of Echo Blue #9FA6D6
RGB
CMYK
RGB Variations
Color information
#9FA6D6 (or 0x9FA6D6) is known color: Echo Blue. HEX triplet: 9F, A6 and D6. RGB value is (159,166,214). Sum of RGB (Red+Green+Blue) = 159+166+214=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #9FA6D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA6D6 is #605929. Grayscale: #A9A9A9. Windows color (decimal): -6314282 or 14067359. OLE color: 14067359.
HSL color Cylindrical-coordinate representation of color #9FA6D6: hue angle of 232.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FA6D6 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 166 | 214 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.16 |
| HSL | 232.36º | 0.4% | 0.73% | - |
| HSV(B) | 232.36º | 0.26% | 0.84% | - |
| XYZ | 40.07 | 39.5 | 69.13 | - |
| YUV | 169.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 214 | 0.26 | 0.22 | 0 | 0.16 | 232.36 | 0.4 | 0.73 |
| Hex | 9F | A6 | D6 | 1A | 16 | 0 | 10 | E8 | 28 | 49 |
| Octal | 237 | 246 | 326 | 32 | 26 | 0 | 20 | 350 | 50 | 111 |
| Binary | 10011111 | 10100110 | 11010110 | 11010 | 10110 | 0 | 10000 | 11101000 | 101000 | 1001001 |
Color Harmonies of #9FA6D6
Complementary color
Monochromatic Colors of #9FA6D6
Black with #9FA6D6
Text Example
Text Example
White with #9FA6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA6D6; }
p { color: rgb(159,166,214); }
H1.HeaderClassName
{
color: #9FA6D6;
}
.AnyTagClassName
{
color: #9FA6D6;
}
</style>
background-color css
<style>
a { background-color: #9FA6D6; }
a { background-color: rgb(159,166,214); }
div.DivClassName
{
background-color: #9FA6D6;
}
.BgClassName
{
background-color: #9FA6D6;
}
</style>
border-color css
<style>
span { border-color: #9FA6D6; }
span { border-color: rgb(159,166,214); }
td.TdClassName
{
border-color: #9FA6D6;
}
.TagClassName
{
border-color: #9FA6D6;
}
</style>