Shades of Eastern Blue #107F90
Tints of Eastern Blue #107F90
RGB
CMYK
RGB Variations
Color information
#107F90 (or 0x107F90) is known color: Eastern Blue. HEX triplet: 10, 7F and 90. RGB value is (16,127,144). Sum of RGB (Red+Green+Blue) = 16+127+144=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #107F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107F90 is #EF806F. Grayscale: #5F5F5F. Windows color (decimal): -15695984 or 9469712. OLE color: 9469712.
HSL color Cylindrical-coordinate representation of color #107F90: hue angle of 187.97º 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 #107F90 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 127 | 144 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.44 |
| HSL | 187.97º | 0.8% | 0.31% | - |
| HSV(B) | 187.97º | 0.89% | 0.56% | - |
| XYZ | 12.84 | 17.3 | 29.05 | - |
| YUV | 95.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 144 | 0.89 | 0.12 | 0 | 0.44 | 187.97 | 0.8 | 0.31 |
| Hex | 10 | 7F | 90 | 59 | C | 0 | 2C | BC | 50 | 1F |
| Octal | 20 | 177 | 220 | 131 | 14 | 0 | 54 | 274 | 120 | 37 |
| Binary | 10000 | 1111111 | 10010000 | 1011001 | 1100 | 0 | 101100 | 10111100 | 1010000 | 11111 |
Color Harmonies of #107F90
Complementary color
Monochromatic Colors of #107F90
Black with #107F90
Text Example
Text Example
White with #107F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F90; }
p { color: rgb(16,127,144); }
H1.HeaderClassName
{
color: #107F90;
}
.AnyTagClassName
{
color: #107F90;
}
</style>
background-color css
<style>
a { background-color: #107F90; }
a { background-color: rgb(16,127,144); }
div.DivClassName
{
background-color: #107F90;
}
.BgClassName
{
background-color: #107F90;
}
</style>
border-color css
<style>
span { border-color: #107F90; }
span { border-color: rgb(16,127,144); }
td.TdClassName
{
border-color: #107F90;
}
.TagClassName
{
border-color: #107F90;
}
</style>