Shades of Eastern Blue #0E8897
Tints of Eastern Blue #0E8897
RGB
CMYK
RGB Variations
Color information
#0E8897 (or 0x0E8897) is known color: Eastern Blue. HEX triplet: 0E, 88 and 97. RGB value is (14,136,151). Sum of RGB (Red+Green+Blue) = 14+136+151=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #0E8897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8897 is #F17768. Grayscale: #656565. Windows color (decimal): -15824745 or 9930766. OLE color: 9930766.
HSL color Cylindrical-coordinate representation of color #0E8897: hue angle of 186.57º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E8897 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 136 | 151 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.41 |
| HSL | 186.57º | 0.83% | 0.32% | - |
| HSV(B) | 186.57º | 0.91% | 0.59% | - |
| XYZ | 14.57 | 19.94 | 32.36 | - |
| YUV | 101.23 | 156.08 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 136 | 151 | 0.91 | 0.10 | 0 | 0.41 | 186.57 | 0.83 | 0.32 |
| Hex | E | 88 | 97 | 5B | A | 0 | 29 | BB | 53 | 20 |
| Octal | 16 | 210 | 227 | 133 | 12 | 0 | 51 | 273 | 123 | 40 |
| Binary | 1110 | 10001000 | 10010111 | 1011011 | 1010 | 0 | 101001 | 10111011 | 1010011 | 100000 |
Color Harmonies of #0E8897
Complementary color
Monochromatic Colors of #0E8897
Black with #0E8897
Text Example
Text Example
White with #0E8897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8897; }
p { color: rgb(14,136,151); }
H1.HeaderClassName
{
color: #0E8897;
}
.AnyTagClassName
{
color: #0E8897;
}
</style>
background-color css
<style>
a { background-color: #0E8897; }
a { background-color: rgb(14,136,151); }
div.DivClassName
{
background-color: #0E8897;
}
.BgClassName
{
background-color: #0E8897;
}
</style>
border-color css
<style>
span { border-color: #0E8897; }
span { border-color: rgb(14,136,151); }
td.TdClassName
{
border-color: #0E8897;
}
.TagClassName
{
border-color: #0E8897;
}
</style>