Shades of Eastern Blue #117C95
Tints of Eastern Blue #117C95
RGB
CMYK
RGB Variations
Color information
#117C95 (or 0x117C95) is known color: Eastern Blue. HEX triplet: 11, 7C and 95. RGB value is (17,124,149). Sum of RGB (Red+Green+Blue) = 17+124+149=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #117C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117C95 is #EE836A. Grayscale: #5E5E5E. Windows color (decimal): -15631211 or 9796625. OLE color: 9796625.
HSL color Cylindrical-coordinate representation of color #117C95: hue angle of 191.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117C95 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 124 | 149 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.42 |
| HSL | 191.36º | 0.8% | 0.33% | - |
| HSV(B) | 191.36º | 0.89% | 0.58% | - |
| XYZ | 12.86 | 16.7 | 30.98 | - |
| YUV | 94.86 | 158.55 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 149 | 0.89 | 0.17 | 0 | 0.42 | 191.36 | 0.8 | 0.33 |
| Hex | 11 | 7C | 95 | 59 | 11 | 0 | 2A | BF | 50 | 21 |
| Octal | 21 | 174 | 225 | 131 | 21 | 0 | 52 | 277 | 120 | 41 |
| Binary | 10001 | 1111100 | 10010101 | 1011001 | 10001 | 0 | 101010 | 10111111 | 1010000 | 100001 |
Color Harmonies of #117C95
Complementary color
Monochromatic Colors of #117C95
Black with #117C95
Text Example
Text Example
White with #117C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C95; }
p { color: rgb(17,124,149); }
H1.HeaderClassName
{
color: #117C95;
}
.AnyTagClassName
{
color: #117C95;
}
</style>
background-color css
<style>
a { background-color: #117C95; }
a { background-color: rgb(17,124,149); }
div.DivClassName
{
background-color: #117C95;
}
.BgClassName
{
background-color: #117C95;
}
</style>
border-color css
<style>
span { border-color: #117C95; }
span { border-color: rgb(17,124,149); }
td.TdClassName
{
border-color: #117C95;
}
.TagClassName
{
border-color: #117C95;
}
</style>