Shades of Eastern Blue #0C8F9D
Tints of Eastern Blue #0C8F9D
RGB
CMYK
RGB Variations
Color information
#0C8F9D (or 0x0C8F9D) is known color: Eastern Blue. HEX triplet: 0C, 8F and 9D. RGB value is (12,143,157). Sum of RGB (Red+Green+Blue) = 12+143+157=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C8F9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8F9D is #F37062. Grayscale: #696969. Windows color (decimal): -15954019 or 10325772. OLE color: 10325772.
HSL color Cylindrical-coordinate representation of color #0C8F9D: hue angle of 185.79º 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 #0C8F9D is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 143 | 157 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.38 |
| HSL | 185.79º | 0.86% | 0.33% | - |
| HSV(B) | 185.79º | 0.92% | 0.62% | - |
| XYZ | 16.06 | 22.16 | 35.33 | - |
| YUV | 105.43 | 157.1 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 157 | 0.92 | 0.09 | 0 | 0.38 | 185.79 | 0.86 | 0.33 |
| Hex | C | 8F | 9D | 5C | 9 | 0 | 26 | BA | 56 | 21 |
| Octal | 14 | 217 | 235 | 134 | 11 | 0 | 46 | 272 | 126 | 41 |
| Binary | 1100 | 10001111 | 10011101 | 1011100 | 1001 | 0 | 100110 | 10111010 | 1010110 | 100001 |
Color Harmonies of #0C8F9D
Complementary color
Monochromatic Colors of #0C8F9D
Black with #0C8F9D
Text Example
Text Example
White with #0C8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8F9D; }
p { color: rgb(12,143,157); }
H1.HeaderClassName
{
color: #0C8F9D;
}
.AnyTagClassName
{
color: #0C8F9D;
}
</style>
background-color css
<style>
a { background-color: #0C8F9D; }
a { background-color: rgb(12,143,157); }
div.DivClassName
{
background-color: #0C8F9D;
}
.BgClassName
{
background-color: #0C8F9D;
}
</style>
border-color css
<style>
span { border-color: #0C8F9D; }
span { border-color: rgb(12,143,157); }
td.TdClassName
{
border-color: #0C8F9D;
}
.TagClassName
{
border-color: #0C8F9D;
}
</style>