Shades of Eastern Blue #117D90
Tints of Eastern Blue #117D90
RGB
CMYK
RGB Variations
Color information
#117D90 (or 0x117D90) is known color: Eastern Blue. HEX triplet: 11, 7D and 90. RGB value is (17,125,144). Sum of RGB (Red+Green+Blue) = 17+125+144=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #117D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117D90 is #EE826F. Grayscale: #5E5E5E. Windows color (decimal): -15630960 or 9469201. OLE color: 9469201.
HSL color Cylindrical-coordinate representation of color #117D90: hue angle of 188.98º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117D90 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 125 | 144 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.44 |
| HSL | 188.98º | 0.79% | 0.32% | - |
| HSV(B) | 188.98º | 0.88% | 0.56% | - |
| XYZ | 12.6 | 16.8 | 28.96 | - |
| YUV | 94.87 | 155.72 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 144 | 0.88 | 0.13 | 0 | 0.44 | 188.98 | 0.79 | 0.32 |
| Hex | 11 | 7D | 90 | 58 | D | 0 | 2C | BD | 4F | 20 |
| Octal | 21 | 175 | 220 | 130 | 15 | 0 | 54 | 275 | 117 | 40 |
| Binary | 10001 | 1111101 | 10010000 | 1011000 | 1101 | 0 | 101100 | 10111101 | 1001111 | 100000 |
Color Harmonies of #117D90
Complementary color
Monochromatic Colors of #117D90
Black with #117D90
Text Example
Text Example
White with #117D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D90; }
p { color: rgb(17,125,144); }
H1.HeaderClassName
{
color: #117D90;
}
.AnyTagClassName
{
color: #117D90;
}
</style>
background-color css
<style>
a { background-color: #117D90; }
a { background-color: rgb(17,125,144); }
div.DivClassName
{
background-color: #117D90;
}
.BgClassName
{
background-color: #117D90;
}
</style>
border-color css
<style>
span { border-color: #117D90; }
span { border-color: rgb(17,125,144); }
td.TdClassName
{
border-color: #117D90;
}
.TagClassName
{
border-color: #117D90;
}
</style>