Shades of Eastern Blue #0E869B
Tints of Eastern Blue #0E869B
RGB
CMYK
RGB Variations
Color information
#0E869B (or 0x0E869B) is known color: Eastern Blue. HEX triplet: 0E, 86 and 9B. RGB value is (14,134,155). Sum of RGB (Red+Green+Blue) = 14+134+155=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E869B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E869B is #F17964. Grayscale: #646464. Windows color (decimal): -15825253 or 10192398. OLE color: 10192398.
HSL color Cylindrical-coordinate representation of color #0E869B: hue angle of 188.94º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E869B is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 134 | 155 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.39 |
| HSL | 188.94º | 0.83% | 0.33% | - |
| HSV(B) | 188.94º | 0.91% | 0.61% | - |
| XYZ | 14.62 | 19.51 | 34.01 | - |
| YUV | 100.51 | 158.74 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 134 | 155 | 0.91 | 0.14 | 0 | 0.39 | 188.94 | 0.83 | 0.33 |
| Hex | E | 86 | 9B | 5B | E | 0 | 27 | BD | 53 | 21 |
| Octal | 16 | 206 | 233 | 133 | 16 | 0 | 47 | 275 | 123 | 41 |
| Binary | 1110 | 10000110 | 10011011 | 1011011 | 1110 | 0 | 100111 | 10111101 | 1010011 | 100001 |
Color Harmonies of #0E869B
Complementary color
Monochromatic Colors of #0E869B
Black with #0E869B
Text Example
Text Example
White with #0E869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E869B; }
p { color: rgb(14,134,155); }
H1.HeaderClassName
{
color: #0E869B;
}
.AnyTagClassName
{
color: #0E869B;
}
</style>
background-color css
<style>
a { background-color: #0E869B; }
a { background-color: rgb(14,134,155); }
div.DivClassName
{
background-color: #0E869B;
}
.BgClassName
{
background-color: #0E869B;
}
</style>
border-color css
<style>
span { border-color: #0E869B; }
span { border-color: rgb(14,134,155); }
td.TdClassName
{
border-color: #0E869B;
}
.TagClassName
{
border-color: #0E869B;
}
</style>