Shades of Echo Blue #9FA5CA
Tints of Echo Blue #9FA5CA
RGB
CMYK
RGB Variations
Color information
#9FA5CA (or 0x9FA5CA) is known color: Echo Blue. HEX triplet: 9F, A5 and CA. RGB value is (159,165,202). Sum of RGB (Red+Green+Blue) = 159+165+202=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FA5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA5CA is #605A35. Grayscale: #A7A7A7. Windows color (decimal): -6314550 or 13280671. OLE color: 13280671.
HSL color Cylindrical-coordinate representation of color #9FA5CA: hue angle of 231.63º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FA5CA is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 165 | 202 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.21 |
| HSL | 231.63º | 0.29% | 0.71% | - |
| HSV(B) | 231.63º | 0.21% | 0.79% | - |
| XYZ | 38.41 | 38.55 | 61.29 | - |
| YUV | 167.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 202 | 0.21 | 0.18 | 0 | 0.21 | 231.63 | 0.29 | 0.71 |
| Hex | 9F | A5 | CA | 15 | 12 | 0 | 15 | E8 | 1D | 47 |
| Octal | 237 | 245 | 312 | 25 | 22 | 0 | 25 | 350 | 35 | 107 |
| Binary | 10011111 | 10100101 | 11001010 | 10101 | 10010 | 0 | 10101 | 11101000 | 11101 | 1000111 |
Color Harmonies of #9FA5CA
Complementary color
Monochromatic Colors of #9FA5CA
Black with #9FA5CA
Text Example
Text Example
White with #9FA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA5CA; }
p { color: rgb(159,165,202); }
H1.HeaderClassName
{
color: #9FA5CA;
}
.AnyTagClassName
{
color: #9FA5CA;
}
</style>
background-color css
<style>
a { background-color: #9FA5CA; }
a { background-color: rgb(159,165,202); }
div.DivClassName
{
background-color: #9FA5CA;
}
.BgClassName
{
background-color: #9FA5CA;
}
</style>
border-color css
<style>
span { border-color: #9FA5CA; }
span { border-color: rgb(159,165,202); }
td.TdClassName
{
border-color: #9FA5CA;
}
.TagClassName
{
border-color: #9FA5CA;
}
</style>