Shades of Eastern Blue #117A96
Tints of Eastern Blue #117A96
RGB
CMYK
RGB Variations
Color information
#117A96 (or 0x117A96) is known color: Eastern Blue. HEX triplet: 11, 7A and 96. RGB value is (17,122,150). Sum of RGB (Red+Green+Blue) = 17+122+150=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #117A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117A96 is #EE8569. Grayscale: #5D5D5D. Windows color (decimal): -15631722 or 9861649. OLE color: 9861649.
HSL color Cylindrical-coordinate representation of color #117A96: hue angle of 192.63º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117A96 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 122 | 150 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.41 |
| HSL | 192.63º | 0.8% | 0.33% | - |
| HSV(B) | 192.63º | 0.89% | 0.59% | - |
| XYZ | 12.7 | 16.24 | 31.32 | - |
| YUV | 93.8 | 159.71 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 150 | 0.89 | 0.19 | 0 | 0.41 | 192.63 | 0.8 | 0.33 |
| Hex | 11 | 7A | 96 | 59 | 13 | 0 | 29 | C1 | 50 | 21 |
| Octal | 21 | 172 | 226 | 131 | 23 | 0 | 51 | 301 | 120 | 41 |
| Binary | 10001 | 1111010 | 10010110 | 1011001 | 10011 | 0 | 101001 | 11000001 | 1010000 | 100001 |
Color Harmonies of #117A96
Complementary color
Monochromatic Colors of #117A96
Black with #117A96
Text Example
Text Example
White with #117A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A96; }
p { color: rgb(17,122,150); }
H1.HeaderClassName
{
color: #117A96;
}
.AnyTagClassName
{
color: #117A96;
}
</style>
background-color css
<style>
a { background-color: #117A96; }
a { background-color: rgb(17,122,150); }
div.DivClassName
{
background-color: #117A96;
}
.BgClassName
{
background-color: #117A96;
}
</style>
border-color css
<style>
span { border-color: #117A96; }
span { border-color: rgb(17,122,150); }
td.TdClassName
{
border-color: #117A96;
}
.TagClassName
{
border-color: #117A96;
}
</style>