Shades of Eastern Blue #0D8898
Tints of Eastern Blue #0D8898
RGB
CMYK
RGB Variations
Color information
#0D8898 (or 0x0D8898) is known color: Eastern Blue. HEX triplet: 0D, 88 and 98. RGB value is (13,136,152). Sum of RGB (Red+Green+Blue) = 13+136+152=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #0D8898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8898 is #F27767. Grayscale: #646464. Windows color (decimal): -15890280 or 9996301. OLE color: 9996301.
HSL color Cylindrical-coordinate representation of color #0D8898: hue angle of 186.91º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8898 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 136 | 152 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.40 |
| HSL | 186.91º | 0.84% | 0.32% | - |
| HSV(B) | 186.91º | 0.91% | 0.6% | - |
| XYZ | 14.64 | 19.96 | 32.79 | - |
| YUV | 101.05 | 156.75 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 152 | 0.91 | 0.11 | 0 | 0.40 | 186.91 | 0.84 | 0.32 |
| Hex | D | 88 | 98 | 5B | B | 0 | 28 | BB | 54 | 20 |
| Octal | 15 | 210 | 230 | 133 | 13 | 0 | 50 | 273 | 124 | 40 |
| Binary | 1101 | 10001000 | 10011000 | 1011011 | 1011 | 0 | 101000 | 10111011 | 1010100 | 100000 |
Color Harmonies of #0D8898
Complementary color
Monochromatic Colors of #0D8898
Black with #0D8898
Text Example
Text Example
White with #0D8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8898; }
p { color: rgb(13,136,152); }
H1.HeaderClassName
{
color: #0D8898;
}
.AnyTagClassName
{
color: #0D8898;
}
</style>
background-color css
<style>
a { background-color: #0D8898; }
a { background-color: rgb(13,136,152); }
div.DivClassName
{
background-color: #0D8898;
}
.BgClassName
{
background-color: #0D8898;
}
</style>
border-color css
<style>
span { border-color: #0D8898; }
span { border-color: rgb(13,136,152); }
td.TdClassName
{
border-color: #0D8898;
}
.TagClassName
{
border-color: #0D8898;
}
</style>