Shades of Eastern Blue #107C8F
Tints of Eastern Blue #107C8F
RGB
CMYK
RGB Variations
Color information
#107C8F (or 0x107C8F) is known color: Eastern Blue. HEX triplet: 10, 7C and 8F. RGB value is (16,124,143). Sum of RGB (Red+Green+Blue) = 16+124+143=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #107C8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107C8F is #EF8370. Grayscale: #5D5D5D. Windows color (decimal): -15696753 or 9403408. OLE color: 9403408.
HSL color Cylindrical-coordinate representation of color #107C8F: hue angle of 188.98º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107C8F is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 124 | 143 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.44 |
| HSL | 188.98º | 0.8% | 0.31% | - |
| HSV(B) | 188.98º | 0.89% | 0.56% | - |
| XYZ | 12.38 | 16.51 | 28.52 | - |
| YUV | 93.87 | 155.72 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 143 | 0.89 | 0.13 | 0 | 0.44 | 188.98 | 0.8 | 0.31 |
| Hex | 10 | 7C | 8F | 59 | D | 0 | 2C | BD | 50 | 1F |
| Octal | 20 | 174 | 217 | 131 | 15 | 0 | 54 | 275 | 120 | 37 |
| Binary | 10000 | 1111100 | 10001111 | 1011001 | 1101 | 0 | 101100 | 10111101 | 1010000 | 11111 |
Color Harmonies of #107C8F
Complementary color
Monochromatic Colors of #107C8F
Black with #107C8F
Text Example
Text Example
White with #107C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107C8F; }
p { color: rgb(16,124,143); }
H1.HeaderClassName
{
color: #107C8F;
}
.AnyTagClassName
{
color: #107C8F;
}
</style>
background-color css
<style>
a { background-color: #107C8F; }
a { background-color: rgb(16,124,143); }
div.DivClassName
{
background-color: #107C8F;
}
.BgClassName
{
background-color: #107C8F;
}
</style>
border-color css
<style>
span { border-color: #107C8F; }
span { border-color: rgb(16,124,143); }
td.TdClassName
{
border-color: #107C8F;
}
.TagClassName
{
border-color: #107C8F;
}
</style>