Shades of Eastern Blue #0D8F9E
Tints of Eastern Blue #0D8F9E
RGB
CMYK
RGB Variations
Color information
#0D8F9E (or 0x0D8F9E) is known color: Eastern Blue. HEX triplet: 0D, 8F and 9E. RGB value is (13,143,158). Sum of RGB (Red+Green+Blue) = 13+143+158=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D8F9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8F9E is #F27061. Grayscale: #696969. Windows color (decimal): -15888482 or 10391309. OLE color: 10391309.
HSL color Cylindrical-coordinate representation of color #0D8F9E: hue angle of 186.21º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D8F9E is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 143 | 158 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.38 |
| HSL | 186.21º | 0.85% | 0.34% | - |
| HSV(B) | 186.21º | 0.92% | 0.62% | - |
| XYZ | 16.16 | 22.2 | 35.78 | - |
| YUV | 105.84 | 157.43 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 143 | 158 | 0.92 | 0.09 | 0 | 0.38 | 186.21 | 0.85 | 0.34 |
| Hex | D | 8F | 9E | 5C | 9 | 0 | 26 | BA | 55 | 22 |
| Octal | 15 | 217 | 236 | 134 | 11 | 0 | 46 | 272 | 125 | 42 |
| Binary | 1101 | 10001111 | 10011110 | 1011100 | 1001 | 0 | 100110 | 10111010 | 1010101 | 100010 |
Color Harmonies of #0D8F9E
Complementary color
Monochromatic Colors of #0D8F9E
Black with #0D8F9E
Text Example
Text Example
White with #0D8F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8F9E; }
p { color: rgb(13,143,158); }
H1.HeaderClassName
{
color: #0D8F9E;
}
.AnyTagClassName
{
color: #0D8F9E;
}
</style>
background-color css
<style>
a { background-color: #0D8F9E; }
a { background-color: rgb(13,143,158); }
div.DivClassName
{
background-color: #0D8F9E;
}
.BgClassName
{
background-color: #0D8F9E;
}
</style>
border-color css
<style>
span { border-color: #0D8F9E; }
span { border-color: rgb(13,143,158); }
td.TdClassName
{
border-color: #0D8F9E;
}
.TagClassName
{
border-color: #0D8F9E;
}
</style>