Shades of Eastern Blue #117D98
Tints of Eastern Blue #117D98
RGB
CMYK
RGB Variations
Color information
#117D98 (or 0x117D98) is known color: Eastern Blue. HEX triplet: 11, 7D and 98. RGB value is (17,125,152). Sum of RGB (Red+Green+Blue) = 17+125+152=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #117D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117D98 is #EE8267. Grayscale: #5F5F5F. Windows color (decimal): -15630952 or 9993489. OLE color: 9993489.
HSL color Cylindrical-coordinate representation of color #117D98: hue angle of 192º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117D98 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 125 | 152 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.40 |
| HSL | 192º | 0.8% | 0.33% | - |
| HSV(B) | 192º | 0.89% | 0.6% | - |
| XYZ | 13.23 | 17.05 | 32.3 | - |
| YUV | 95.79 | 159.72 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 152 | 0.89 | 0.18 | 0 | 0.40 | 192 | 0.8 | 0.33 |
| Hex | 11 | 7D | 98 | 59 | 12 | 0 | 28 | C0 | 50 | 21 |
| Octal | 21 | 175 | 230 | 131 | 22 | 0 | 50 | 300 | 120 | 41 |
| Binary | 10001 | 1111101 | 10011000 | 1011001 | 10010 | 0 | 101000 | 11000000 | 1010000 | 100001 |
Color Harmonies of #117D98
Complementary color
Monochromatic Colors of #117D98
Black with #117D98
Text Example
Text Example
White with #117D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D98; }
p { color: rgb(17,125,152); }
H1.HeaderClassName
{
color: #117D98;
}
.AnyTagClassName
{
color: #117D98;
}
</style>
background-color css
<style>
a { background-color: #117D98; }
a { background-color: rgb(17,125,152); }
div.DivClassName
{
background-color: #117D98;
}
.BgClassName
{
background-color: #117D98;
}
</style>
border-color css
<style>
span { border-color: #117D98; }
span { border-color: rgb(17,125,152); }
td.TdClassName
{
border-color: #117D98;
}
.TagClassName
{
border-color: #117D98;
}
</style>