Shades of Eastern Blue #0C8CAA
Tints of Eastern Blue #0C8CAA
RGB
CMYK
RGB Variations
Color information
#0C8CAA (or 0x0C8CAA) is known color: Eastern Blue. HEX triplet: 0C, 8C and AA. RGB value is (12,140,170). Sum of RGB (Red+Green+Blue) = 12+140+170=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C8CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8CAA is #F37355. Grayscale: #686868. Windows color (decimal): -15954774 or 11176972. OLE color: 11176972.
HSL color Cylindrical-coordinate representation of color #0C8CAA: hue angle of 191.39º 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 #0C8CAA is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 140 | 170 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.33 |
| HSL | 191.39º | 0.87% | 0.36% | - |
| HSV(B) | 191.39º | 0.93% | 0.67% | - |
| XYZ | 16.79 | 21.74 | 41.34 | - |
| YUV | 105.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 140 | 170 | 0.93 | 0.18 | 0 | 0.33 | 191.39 | 0.87 | 0.36 |
| Hex | C | 8C | AA | 5D | 12 | 0 | 21 | BF | 57 | 24 |
| Octal | 14 | 214 | 252 | 135 | 22 | 0 | 41 | 277 | 127 | 44 |
| Binary | 1100 | 10001100 | 10101010 | 1011101 | 10010 | 0 | 100001 | 10111111 | 1010111 | 100100 |
Color Harmonies of #0C8CAA
Complementary color
Monochromatic Colors of #0C8CAA
Black with #0C8CAA
Text Example
Text Example
White with #0C8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8CAA; }
p { color: rgb(12,140,170); }
H1.HeaderClassName
{
color: #0C8CAA;
}
.AnyTagClassName
{
color: #0C8CAA;
}
</style>
background-color css
<style>
a { background-color: #0C8CAA; }
a { background-color: rgb(12,140,170); }
div.DivClassName
{
background-color: #0C8CAA;
}
.BgClassName
{
background-color: #0C8CAA;
}
</style>
border-color css
<style>
span { border-color: #0C8CAA; }
span { border-color: rgb(12,140,170); }
td.TdClassName
{
border-color: #0C8CAA;
}
.TagClassName
{
border-color: #0C8CAA;
}
</style>