Shades of Eastern Blue #0C8C9D
Tints of Eastern Blue #0C8C9D
RGB
CMYK
RGB Variations
Color information
#0C8C9D (or 0x0C8C9D) is known color: Eastern Blue. HEX triplet: 0C, 8C and 9D. RGB value is (12,140,157). Sum of RGB (Red+Green+Blue) = 12+140+157=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C8C9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8C9D is #F37362. Grayscale: #676767. Windows color (decimal): -15954787 or 10325004. OLE color: 10325004.
HSL color Cylindrical-coordinate representation of color #0C8C9D: hue angle of 187.03º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8C9D is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 140 | 157 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.38 |
| HSL | 187.03º | 0.86% | 0.33% | - |
| HSV(B) | 187.03º | 0.92% | 0.62% | - |
| XYZ | 15.62 | 21.27 | 35.18 | - |
| YUV | 103.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 140 | 157 | 0.92 | 0.11 | 0 | 0.38 | 187.03 | 0.86 | 0.33 |
| Hex | C | 8C | 9D | 5C | B | 0 | 26 | BB | 56 | 21 |
| Octal | 14 | 214 | 235 | 134 | 13 | 0 | 46 | 273 | 126 | 41 |
| Binary | 1100 | 10001100 | 10011101 | 1011100 | 1011 | 0 | 100110 | 10111011 | 1010110 | 100001 |
Color Harmonies of #0C8C9D
Complementary color
Monochromatic Colors of #0C8C9D
Black with #0C8C9D
Text Example
Text Example
White with #0C8C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8C9D; }
p { color: rgb(12,140,157); }
H1.HeaderClassName
{
color: #0C8C9D;
}
.AnyTagClassName
{
color: #0C8C9D;
}
</style>
background-color css
<style>
a { background-color: #0C8C9D; }
a { background-color: rgb(12,140,157); }
div.DivClassName
{
background-color: #0C8C9D;
}
.BgClassName
{
background-color: #0C8C9D;
}
</style>
border-color css
<style>
span { border-color: #0C8C9D; }
span { border-color: rgb(12,140,157); }
td.TdClassName
{
border-color: #0C8C9D;
}
.TagClassName
{
border-color: #0C8C9D;
}
</style>