Shades of Eastern Blue #0C8694
Tints of Eastern Blue #0C8694
RGB
CMYK
RGB Variations
Color information
#0C8694 (or 0x0C8694) is known color: Eastern Blue. HEX triplet: 0C, 86 and 94. RGB value is (12,134,148). Sum of RGB (Red+Green+Blue) = 12+134+148=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C8694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8694 is #F3796B. Grayscale: #626262. Windows color (decimal): -15956332 or 9733644. OLE color: 9733644.
HSL color Cylindrical-coordinate representation of color #0C8694: hue angle of 186.18º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8694 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 134 | 148 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.42 |
| HSL | 186.18º | 0.85% | 0.31% | - |
| HSV(B) | 186.18º | 0.92% | 0.58% | - |
| XYZ | 14.02 | 19.27 | 31 | - |
| YUV | 99.12 | 155.58 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 148 | 0.92 | 0.09 | 0 | 0.42 | 186.18 | 0.85 | 0.31 |
| Hex | C | 86 | 94 | 5C | 9 | 0 | 2A | BA | 55 | 1F |
| Octal | 14 | 206 | 224 | 134 | 11 | 0 | 52 | 272 | 125 | 37 |
| Binary | 1100 | 10000110 | 10010100 | 1011100 | 1001 | 0 | 101010 | 10111010 | 1010101 | 11111 |
Color Harmonies of #0C8694
Complementary color
Monochromatic Colors of #0C8694
Black with #0C8694
Text Example
Text Example
White with #0C8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8694; }
p { color: rgb(12,134,148); }
H1.HeaderClassName
{
color: #0C8694;
}
.AnyTagClassName
{
color: #0C8694;
}
</style>
background-color css
<style>
a { background-color: #0C8694; }
a { background-color: rgb(12,134,148); }
div.DivClassName
{
background-color: #0C8694;
}
.BgClassName
{
background-color: #0C8694;
}
</style>
border-color css
<style>
span { border-color: #0C8694; }
span { border-color: rgb(12,134,148); }
td.TdClassName
{
border-color: #0C8694;
}
.TagClassName
{
border-color: #0C8694;
}
</style>