Shades of Eastern Blue #0E909D
Tints of Eastern Blue #0E909D
RGB
CMYK
RGB Variations
Color information
#0E909D (or 0x0E909D) is known color: Eastern Blue. HEX triplet: 0E, 90 and 9D. RGB value is (14,144,157). Sum of RGB (Red+Green+Blue) = 14+144+157=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E909D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E909D is #F16F62. Grayscale: #6A6A6A. Windows color (decimal): -15822691 or 10326030. OLE color: 10326030.
HSL color Cylindrical-coordinate representation of color #0E909D: hue angle of 185.45º 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 #0E909D is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 144 | 157 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.38 |
| HSL | 185.45º | 0.84% | 0.34% | - |
| HSV(B) | 185.45º | 0.91% | 0.62% | - |
| XYZ | 16.24 | 22.47 | 35.38 | - |
| YUV | 106.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 157 | 0.91 | 0.08 | 0 | 0.38 | 185.45 | 0.84 | 0.34 |
| Hex | E | 90 | 9D | 5B | 8 | 0 | 26 | B9 | 54 | 22 |
| Octal | 16 | 220 | 235 | 133 | 10 | 0 | 46 | 271 | 124 | 42 |
| Binary | 1110 | 10010000 | 10011101 | 1011011 | 1000 | 0 | 100110 | 10111001 | 1010100 | 100010 |
Color Harmonies of #0E909D
Complementary color
Monochromatic Colors of #0E909D
Black with #0E909D
Text Example
Text Example
White with #0E909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E909D; }
p { color: rgb(14,144,157); }
H1.HeaderClassName
{
color: #0E909D;
}
.AnyTagClassName
{
color: #0E909D;
}
</style>
background-color css
<style>
a { background-color: #0E909D; }
a { background-color: rgb(14,144,157); }
div.DivClassName
{
background-color: #0E909D;
}
.BgClassName
{
background-color: #0E909D;
}
</style>
border-color css
<style>
span { border-color: #0E909D; }
span { border-color: rgb(14,144,157); }
td.TdClassName
{
border-color: #0E909D;
}
.TagClassName
{
border-color: #0E909D;
}
</style>