Shades of Eastern Blue #0C8C9E
Tints of Eastern Blue #0C8C9E
RGB
CMYK
RGB Variations
Color information
#0C8C9E (or 0x0C8C9E) is known color: Eastern Blue. HEX triplet: 0C, 8C and 9E. RGB value is (12,140,158). Sum of RGB (Red+Green+Blue) = 12+140+158=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C8C9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8C9E is #F37361. Grayscale: #676767. Windows color (decimal): -15954786 or 10390540. OLE color: 10390540.
HSL color Cylindrical-coordinate representation of color #0C8C9E: hue angle of 187.4º 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 #0C8C9E is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 140 | 158 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.38 |
| HSL | 187.4º | 0.86% | 0.33% | - |
| HSV(B) | 187.4º | 0.92% | 0.62% | - |
| XYZ | 15.7 | 21.3 | 35.63 | - |
| YUV | 103.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 140 | 158 | 0.92 | 0.11 | 0 | 0.38 | 187.4 | 0.86 | 0.33 |
| Hex | C | 8C | 9E | 5C | B | 0 | 26 | BB | 56 | 21 |
| Octal | 14 | 214 | 236 | 134 | 13 | 0 | 46 | 273 | 126 | 41 |
| Binary | 1100 | 10001100 | 10011110 | 1011100 | 1011 | 0 | 100110 | 10111011 | 1010110 | 100001 |
Color Harmonies of #0C8C9E
Complementary color
Monochromatic Colors of #0C8C9E
Black with #0C8C9E
Text Example
Text Example
White with #0C8C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8C9E; }
p { color: rgb(12,140,158); }
H1.HeaderClassName
{
color: #0C8C9E;
}
.AnyTagClassName
{
color: #0C8C9E;
}
</style>
background-color css
<style>
a { background-color: #0C8C9E; }
a { background-color: rgb(12,140,158); }
div.DivClassName
{
background-color: #0C8C9E;
}
.BgClassName
{
background-color: #0C8C9E;
}
</style>
border-color css
<style>
span { border-color: #0C8C9E; }
span { border-color: rgb(12,140,158); }
td.TdClassName
{
border-color: #0C8C9E;
}
.TagClassName
{
border-color: #0C8C9E;
}
</style>