Shades of Eastern Blue #0C8FA4
Tints of Eastern Blue #0C8FA4
RGB
CMYK
RGB Variations
Color information
#0C8FA4 (or 0x0C8FA4) is known color: Eastern Blue. HEX triplet: 0C, 8F and A4. RGB value is (12,143,164). Sum of RGB (Red+Green+Blue) = 12+143+164=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C8FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8FA4 is #F3705B. Grayscale: #6A6A6A. Windows color (decimal): -15954012 or 10784524. OLE color: 10784524.
HSL color Cylindrical-coordinate representation of color #0C8FA4: hue angle of 188.29º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8FA4 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 143 | 164 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.36 |
| HSL | 188.29º | 0.86% | 0.35% | - |
| HSV(B) | 188.29º | 0.93% | 0.64% | - |
| XYZ | 16.67 | 22.4 | 38.57 | - |
| YUV | 106.23 | 160.6 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 164 | 0.93 | 0.13 | 0 | 0.36 | 188.29 | 0.86 | 0.35 |
| Hex | C | 8F | A4 | 5D | D | 0 | 24 | BC | 56 | 23 |
| Octal | 14 | 217 | 244 | 135 | 15 | 0 | 44 | 274 | 126 | 43 |
| Binary | 1100 | 10001111 | 10100100 | 1011101 | 1101 | 0 | 100100 | 10111100 | 1010110 | 100011 |
Color Harmonies of #0C8FA4
Complementary color
Monochromatic Colors of #0C8FA4
Black with #0C8FA4
Text Example
Text Example
White with #0C8FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8FA4; }
p { color: rgb(12,143,164); }
H1.HeaderClassName
{
color: #0C8FA4;
}
.AnyTagClassName
{
color: #0C8FA4;
}
</style>
background-color css
<style>
a { background-color: #0C8FA4; }
a { background-color: rgb(12,143,164); }
div.DivClassName
{
background-color: #0C8FA4;
}
.BgClassName
{
background-color: #0C8FA4;
}
</style>
border-color css
<style>
span { border-color: #0C8FA4; }
span { border-color: rgb(12,143,164); }
td.TdClassName
{
border-color: #0C8FA4;
}
.TagClassName
{
border-color: #0C8FA4;
}
</style>