Shades of Eastern Blue #0E939C
Tints of Eastern Blue #0E939C
RGB
CMYK
RGB Variations
Color information
#0E939C (or 0x0E939C) is known color: Eastern Blue. HEX triplet: 0E, 93 and 9C. RGB value is (14,147,156). Sum of RGB (Red+Green+Blue) = 14+147+156=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E939C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E939C is #F16C63. Grayscale: #6C6C6C. Windows color (decimal): -15821924 or 10261262. OLE color: 10261262.
HSL color Cylindrical-coordinate representation of color #0E939C: hue angle of 183.8º 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 #0E939C is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 147 | 156 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.39 |
| HSL | 183.8º | 0.84% | 0.33% | - |
| HSV(B) | 183.8º | 0.91% | 0.61% | - |
| XYZ | 16.62 | 23.36 | 35.09 | - |
| YUV | 108.26 | 154.94 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 156 | 0.91 | 0.06 | 0 | 0.39 | 183.8 | 0.84 | 0.33 |
| Hex | E | 93 | 9C | 5B | 6 | 0 | 27 | B8 | 54 | 21 |
| Octal | 16 | 223 | 234 | 133 | 6 | 0 | 47 | 270 | 124 | 41 |
| Binary | 1110 | 10010011 | 10011100 | 1011011 | 110 | 0 | 100111 | 10111000 | 1010100 | 100001 |
Color Harmonies of #0E939C
Complementary color
Monochromatic Colors of #0E939C
Black with #0E939C
Text Example
Text Example
White with #0E939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E939C; }
p { color: rgb(14,147,156); }
H1.HeaderClassName
{
color: #0E939C;
}
.AnyTagClassName
{
color: #0E939C;
}
</style>
background-color css
<style>
a { background-color: #0E939C; }
a { background-color: rgb(14,147,156); }
div.DivClassName
{
background-color: #0E939C;
}
.BgClassName
{
background-color: #0E939C;
}
</style>
border-color css
<style>
span { border-color: #0E939C; }
span { border-color: rgb(14,147,156); }
td.TdClassName
{
border-color: #0E939C;
}
.TagClassName
{
border-color: #0E939C;
}
</style>