Shades of Pacific Blue #0C8ECC
Tints of Pacific Blue #0C8ECC
RGB
CMYK
RGB Variations
Color information
#0C8ECC (or 0x0C8ECC) is known color: Pacific Blue. HEX triplet: 0C, 8E and CC. RGB value is (12,142,204). Sum of RGB (Red+Green+Blue) = 12+142+204=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C8ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8ECC is #F37133. Grayscale: #6D6D6D. Windows color (decimal): -15954228 or 13405708. OLE color: 13405708.
HSL color Cylindrical-coordinate representation of color #0C8ECC: hue angle of 199.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C8ECC is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 142 | 204 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.2 |
| HSL | 199.38º | 0.89% | 0.42% | - |
| HSV(B) | 199.38º | 0.94% | 0.8% | - |
| XYZ | 20.72 | 23.78 | 60.63 | - |
| YUV | 110.2 | 180.93 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 142 | 204 | 0.94 | 0.30 | 0 | 0.2 | 199.38 | 0.89 | 0.42 |
| Hex | C | 8E | CC | 5E | 1E | 0 | 14 | C7 | 59 | 2A |
| Octal | 14 | 216 | 314 | 136 | 36 | 0 | 24 | 307 | 131 | 52 |
| Binary | 1100 | 10001110 | 11001100 | 1011110 | 11110 | 0 | 10100 | 11000111 | 1011001 | 101010 |
Color Harmonies of #0C8ECC
Complementary color
Monochromatic Colors of #0C8ECC
Black with #0C8ECC
Text Example
Text Example
White with #0C8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8ECC; }
p { color: rgb(12,142,204); }
H1.HeaderClassName
{
color: #0C8ECC;
}
.AnyTagClassName
{
color: #0C8ECC;
}
</style>
background-color css
<style>
a { background-color: #0C8ECC; }
a { background-color: rgb(12,142,204); }
div.DivClassName
{
background-color: #0C8ECC;
}
.BgClassName
{
background-color: #0C8ECC;
}
</style>
border-color css
<style>
span { border-color: #0C8ECC; }
span { border-color: rgb(12,142,204); }
td.TdClassName
{
border-color: #0C8ECC;
}
.TagClassName
{
border-color: #0C8ECC;
}
</style>