Shades of Eastern Blue #0E909E
Tints of Eastern Blue #0E909E
RGB
CMYK
RGB Variations
Color information
#0E909E (or 0x0E909E) is known color: Eastern Blue. HEX triplet: 0E, 90 and 9E. RGB value is (14,144,158). Sum of RGB (Red+Green+Blue) = 14+144+158=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E909E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E909E is #F16F61. Grayscale: #6A6A6A. Windows color (decimal): -15822690 or 10391566. OLE color: 10391566.
HSL color Cylindrical-coordinate representation of color #0E909E: hue angle of 185.83º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E909E is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 144 | 158 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.38 |
| HSL | 185.83º | 0.84% | 0.34% | - |
| HSV(B) | 185.83º | 0.91% | 0.62% | - |
| XYZ | 16.33 | 22.51 | 35.83 | - |
| YUV | 106.73 | 156.93 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 158 | 0.91 | 0.09 | 0 | 0.38 | 185.83 | 0.84 | 0.34 |
| Hex | E | 90 | 9E | 5B | 9 | 0 | 26 | BA | 54 | 22 |
| Octal | 16 | 220 | 236 | 133 | 11 | 0 | 46 | 272 | 124 | 42 |
| Binary | 1110 | 10010000 | 10011110 | 1011011 | 1001 | 0 | 100110 | 10111010 | 1010100 | 100010 |
Color Harmonies of #0E909E
Complementary color
Monochromatic Colors of #0E909E
Black with #0E909E
Text Example
Text Example
White with #0E909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E909E; }
p { color: rgb(14,144,158); }
H1.HeaderClassName
{
color: #0E909E;
}
.AnyTagClassName
{
color: #0E909E;
}
</style>
background-color css
<style>
a { background-color: #0E909E; }
a { background-color: rgb(14,144,158); }
div.DivClassName
{
background-color: #0E909E;
}
.BgClassName
{
background-color: #0E909E;
}
</style>
border-color css
<style>
span { border-color: #0E909E; }
span { border-color: rgb(14,144,158); }
td.TdClassName
{
border-color: #0E909E;
}
.TagClassName
{
border-color: #0E909E;
}
</style>