Shades of Eastern Blue #0E869C
Tints of Eastern Blue #0E869C
RGB
CMYK
RGB Variations
Color information
#0E869C (or 0x0E869C) is known color: Eastern Blue. HEX triplet: 0E, 86 and 9C. RGB value is (14,134,156). Sum of RGB (Red+Green+Blue) = 14+134+156=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E869C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E869C is #F17963. Grayscale: #646464. Windows color (decimal): -15825252 or 10257934. OLE color: 10257934.
HSL color Cylindrical-coordinate representation of color #0E869C: hue angle of 189.3º degrees, saturation: 0.84, 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 #0E869C is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 134 | 156 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.39 |
| HSL | 189.3º | 0.84% | 0.33% | - |
| HSV(B) | 189.3º | 0.91% | 0.61% | - |
| XYZ | 14.71 | 19.54 | 34.45 | - |
| YUV | 100.63 | 159.24 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 134 | 156 | 0.91 | 0.14 | 0 | 0.39 | 189.3 | 0.84 | 0.33 |
| Hex | E | 86 | 9C | 5B | E | 0 | 27 | BD | 54 | 21 |
| Octal | 16 | 206 | 234 | 133 | 16 | 0 | 47 | 275 | 124 | 41 |
| Binary | 1110 | 10000110 | 10011100 | 1011011 | 1110 | 0 | 100111 | 10111101 | 1010100 | 100001 |
Color Harmonies of #0E869C
Complementary color
Monochromatic Colors of #0E869C
Black with #0E869C
Text Example
Text Example
White with #0E869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E869C; }
p { color: rgb(14,134,156); }
H1.HeaderClassName
{
color: #0E869C;
}
.AnyTagClassName
{
color: #0E869C;
}
</style>
background-color css
<style>
a { background-color: #0E869C; }
a { background-color: rgb(14,134,156); }
div.DivClassName
{
background-color: #0E869C;
}
.BgClassName
{
background-color: #0E869C;
}
</style>
border-color css
<style>
span { border-color: #0E869C; }
span { border-color: rgb(14,134,156); }
td.TdClassName
{
border-color: #0E869C;
}
.TagClassName
{
border-color: #0E869C;
}
</style>