Shades of Eastern Blue #0C8CA9
Tints of Eastern Blue #0C8CA9
RGB
CMYK
RGB Variations
Color information
#0C8CA9 (or 0x0C8CA9) is known color: Eastern Blue. HEX triplet: 0C, 8C and A9. RGB value is (12,140,169). Sum of RGB (Red+Green+Blue) = 12+140+169=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 169 (66.41% from 255 or 52.65% from 321); Max value from RGB is 169 - color contains mainly: blue. Hex color #0C8CA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8CA9 is #F37356. Grayscale: #686868. Windows color (decimal): -15954775 or 11111436. OLE color: 11111436.
HSL color Cylindrical-coordinate representation of color #0C8CA9: hue angle of 191.08º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8CA9 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 140 | 169 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.34 |
| HSL | 191.08º | 0.87% | 0.35% | - |
| HSV(B) | 191.08º | 0.93% | 0.66% | - |
| XYZ | 16.69 | 21.7 | 40.84 | - |
| YUV | 105.03 | 164.09 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 140 | 169 | 0.93 | 0.17 | 0 | 0.34 | 191.08 | 0.87 | 0.35 |
| Hex | C | 8C | A9 | 5D | 11 | 0 | 22 | BF | 57 | 23 |
| Octal | 14 | 214 | 251 | 135 | 21 | 0 | 42 | 277 | 127 | 43 |
| Binary | 1100 | 10001100 | 10101001 | 1011101 | 10001 | 0 | 100010 | 10111111 | 1010111 | 100011 |
Color Harmonies of #0C8CA9
Complementary color
Monochromatic Colors of #0C8CA9
Black with #0C8CA9
Text Example
Text Example
White with #0C8CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8CA9; }
p { color: rgb(12,140,169); }
H1.HeaderClassName
{
color: #0C8CA9;
}
.AnyTagClassName
{
color: #0C8CA9;
}
</style>
background-color css
<style>
a { background-color: #0C8CA9; }
a { background-color: rgb(12,140,169); }
div.DivClassName
{
background-color: #0C8CA9;
}
.BgClassName
{
background-color: #0C8CA9;
}
</style>
border-color css
<style>
span { border-color: #0C8CA9; }
span { border-color: rgb(12,140,169); }
td.TdClassName
{
border-color: #0C8CA9;
}
.TagClassName
{
border-color: #0C8CA9;
}
</style>