Shades of Eastern Blue #0D989C
Tints of Eastern Blue #0D989C
RGB
CMYK
RGB Variations
Color information
#0D989C (or 0x0D989C) is known color: Eastern Blue. HEX triplet: 0D, 98 and 9C. RGB value is (13,152,156). Sum of RGB (Red+Green+Blue) = 13+152+156=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D989C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D989C is #F26763. Grayscale: #6E6E6E. Windows color (decimal): -15886180 or 10262541. OLE color: 10262541.
HSL color Cylindrical-coordinate representation of color #0D989C: hue angle of 181.68º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D989C is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 152 | 156 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.39 |
| HSL | 181.68º | 0.85% | 0.33% | - |
| HSV(B) | 181.68º | 0.92% | 0.61% | - |
| XYZ | 17.39 | 24.94 | 35.35 | - |
| YUV | 110.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 156 | 0.92 | 0.03 | 0 | 0.39 | 181.68 | 0.85 | 0.33 |
| Hex | D | 98 | 9C | 5C | 3 | 0 | 27 | B6 | 55 | 21 |
| Octal | 15 | 230 | 234 | 134 | 3 | 0 | 47 | 266 | 125 | 41 |
| Binary | 1101 | 10011000 | 10011100 | 1011100 | 11 | 0 | 100111 | 10110110 | 1010101 | 100001 |
Color Harmonies of #0D989C
Complementary color
Monochromatic Colors of #0D989C
Black with #0D989C
Text Example
Text Example
White with #0D989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D989C; }
p { color: rgb(13,152,156); }
H1.HeaderClassName
{
color: #0D989C;
}
.AnyTagClassName
{
color: #0D989C;
}
</style>
background-color css
<style>
a { background-color: #0D989C; }
a { background-color: rgb(13,152,156); }
div.DivClassName
{
background-color: #0D989C;
}
.BgClassName
{
background-color: #0D989C;
}
</style>
border-color css
<style>
span { border-color: #0D989C; }
span { border-color: rgb(13,152,156); }
td.TdClassName
{
border-color: #0D989C;
}
.TagClassName
{
border-color: #0D989C;
}
</style>