Shades of Eastern Blue #107F99
Tints of Eastern Blue #107F99
RGB
CMYK
RGB Variations
Color information
#107F99 (or 0x107F99) is known color: Eastern Blue. HEX triplet: 10, 7F and 99. RGB value is (16,127,153). Sum of RGB (Red+Green+Blue) = 16+127+153=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #107F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107F99 is #EF8066. Grayscale: #606060. Windows color (decimal): -15695975 or 10059536. OLE color: 10059536.
HSL color Cylindrical-coordinate representation of color #107F99: hue angle of 191.39º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107F99 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 127 | 153 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.4 |
| HSL | 191.39º | 0.81% | 0.33% | - |
| HSV(B) | 191.39º | 0.9% | 0.6% | - |
| XYZ | 13.55 | 17.59 | 32.82 | - |
| YUV | 96.78 | 159.73 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 153 | 0.90 | 0.17 | 0 | 0.4 | 191.39 | 0.81 | 0.33 |
| Hex | 10 | 7F | 99 | 5A | 11 | 0 | 28 | BF | 51 | 21 |
| Octal | 20 | 177 | 231 | 132 | 21 | 0 | 50 | 277 | 121 | 41 |
| Binary | 10000 | 1111111 | 10011001 | 1011010 | 10001 | 0 | 101000 | 10111111 | 1010001 | 100001 |
Color Harmonies of #107F99
Complementary color
Monochromatic Colors of #107F99
Black with #107F99
Text Example
Text Example
White with #107F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F99; }
p { color: rgb(16,127,153); }
H1.HeaderClassName
{
color: #107F99;
}
.AnyTagClassName
{
color: #107F99;
}
</style>
background-color css
<style>
a { background-color: #107F99; }
a { background-color: rgb(16,127,153); }
div.DivClassName
{
background-color: #107F99;
}
.BgClassName
{
background-color: #107F99;
}
</style>
border-color css
<style>
span { border-color: #107F99; }
span { border-color: rgb(16,127,153); }
td.TdClassName
{
border-color: #107F99;
}
.TagClassName
{
border-color: #107F99;
}
</style>