Shades of Eastern Blue #0E8B99
Tints of Eastern Blue #0E8B99
RGB
CMYK
RGB Variations
Color information
#0E8B99 (or 0x0E8B99) is known color: Eastern Blue. HEX triplet: 0E, 8B and 99. RGB value is (14,139,153). Sum of RGB (Red+Green+Blue) = 14+139+153=306 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.58% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E8B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8B99 is #F17466. Grayscale: #676767. Windows color (decimal): -15823975 or 10062606. OLE color: 10062606.
HSL color Cylindrical-coordinate representation of color #0E8B99: hue angle of 186.04º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E8B99 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 14 | 139 | 153 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.4 |
| HSL | 186.04º | 0.83% | 0.33% | - |
| HSV(B) | 186.04º | 0.91% | 0.6% | - |
| XYZ | 15.16 | 20.86 | 33.36 | - |
| YUV | 103.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 139 | 153 | 0.91 | 0.09 | 0 | 0.4 | 186.04 | 0.83 | 0.33 |
| Hex | E | 8B | 99 | 5B | 9 | 0 | 28 | BA | 53 | 21 |
| Octal | 16 | 213 | 231 | 133 | 11 | 0 | 50 | 272 | 123 | 41 |
| Binary | 1110 | 10001011 | 10011001 | 1011011 | 1001 | 0 | 101000 | 10111010 | 1010011 | 100001 |
Color Harmonies of #0E8B99
Complementary color
Monochromatic Colors of #0E8B99
Black with #0E8B99
Text Example
Text Example
White with #0E8B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8B99; }
p { color: rgb(14,139,153); }
H1.HeaderClassName
{
color: #0E8B99;
}
.AnyTagClassName
{
color: #0E8B99;
}
</style>
background-color css
<style>
a { background-color: #0E8B99; }
a { background-color: rgb(14,139,153); }
div.DivClassName
{
background-color: #0E8B99;
}
.BgClassName
{
background-color: #0E8B99;
}
</style>
border-color css
<style>
span { border-color: #0E8B99; }
span { border-color: rgb(14,139,153); }
td.TdClassName
{
border-color: #0E8B99;
}
.TagClassName
{
border-color: #0E8B99;
}
</style>