Shades of Eastern Blue #118DA6
Tints of Eastern Blue #118DA6
RGB
CMYK
RGB Variations
Color information
#118DA6 (or 0x118DA6) is known color: Eastern Blue. HEX triplet: 11, 8D and A6. RGB value is (17,141,166). Sum of RGB (Red+Green+Blue) = 17+141+166=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 166 (65.23% from 255 or 51.23% from 324); Max value from RGB is 166 - color contains mainly: blue. Hex color #118DA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118DA6 is #EE7259. Grayscale: #6A6A6A. Windows color (decimal): -15626842 or 10915089. OLE color: 10915089.
HSL color Cylindrical-coordinate representation of color #118DA6: hue angle of 190.07º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118DA6 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 141 | 166 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.35 |
| HSL | 190.07º | 0.81% | 0.36% | - |
| HSV(B) | 190.07º | 0.9% | 0.65% | - |
| XYZ | 16.64 | 21.92 | 39.43 | - |
| YUV | 106.77 | 161.42 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 166 | 0.90 | 0.15 | 0 | 0.35 | 190.07 | 0.81 | 0.36 |
| Hex | 11 | 8D | A6 | 5A | F | 0 | 23 | BE | 51 | 24 |
| Octal | 21 | 215 | 246 | 132 | 17 | 0 | 43 | 276 | 121 | 44 |
| Binary | 10001 | 10001101 | 10100110 | 1011010 | 1111 | 0 | 100011 | 10111110 | 1010001 | 100100 |
Color Harmonies of #118DA6
Complementary color
Monochromatic Colors of #118DA6
Black with #118DA6
Text Example
Text Example
White with #118DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DA6; }
p { color: rgb(17,141,166); }
H1.HeaderClassName
{
color: #118DA6;
}
.AnyTagClassName
{
color: #118DA6;
}
</style>
background-color css
<style>
a { background-color: #118DA6; }
a { background-color: rgb(17,141,166); }
div.DivClassName
{
background-color: #118DA6;
}
.BgClassName
{
background-color: #118DA6;
}
</style>
border-color css
<style>
span { border-color: #118DA6; }
span { border-color: rgb(17,141,166); }
td.TdClassName
{
border-color: #118DA6;
}
.TagClassName
{
border-color: #118DA6;
}
</style>