Shades of Eastern Blue #0C8BAB
Tints of Eastern Blue #0C8BAB
RGB
CMYK
RGB Variations
Color information
#0C8BAB (or 0x0C8BAB) is known color: Eastern Blue. HEX triplet: 0C, 8B and AB. RGB value is (12,139,171). Sum of RGB (Red+Green+Blue) = 12+139+171=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C8BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8BAB is #F37454. Grayscale: #686868. Windows color (decimal): -15955029 or 11242252. OLE color: 11242252.
HSL color Cylindrical-coordinate representation of color #0C8BAB: hue angle of 192.08º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8BAB is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 139 | 171 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.33 |
| HSL | 192.08º | 0.87% | 0.36% | - |
| HSV(B) | 192.08º | 0.93% | 0.67% | - |
| XYZ | 16.73 | 21.48 | 41.79 | - |
| YUV | 104.68 | 165.42 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 171 | 0.93 | 0.19 | 0 | 0.33 | 192.08 | 0.87 | 0.36 |
| Hex | C | 8B | AB | 5D | 13 | 0 | 21 | C0 | 57 | 24 |
| Octal | 14 | 213 | 253 | 135 | 23 | 0 | 41 | 300 | 127 | 44 |
| Binary | 1100 | 10001011 | 10101011 | 1011101 | 10011 | 0 | 100001 | 11000000 | 1010111 | 100100 |
Color Harmonies of #0C8BAB
Complementary color
Monochromatic Colors of #0C8BAB
Black with #0C8BAB
Text Example
Text Example
White with #0C8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8BAB; }
p { color: rgb(12,139,171); }
H1.HeaderClassName
{
color: #0C8BAB;
}
.AnyTagClassName
{
color: #0C8BAB;
}
</style>
background-color css
<style>
a { background-color: #0C8BAB; }
a { background-color: rgb(12,139,171); }
div.DivClassName
{
background-color: #0C8BAB;
}
.BgClassName
{
background-color: #0C8BAB;
}
</style>
border-color css
<style>
span { border-color: #0C8BAB; }
span { border-color: rgb(12,139,171); }
td.TdClassName
{
border-color: #0C8BAB;
}
.TagClassName
{
border-color: #0C8BAB;
}
</style>