Shades of Pacific Blue #0C8DCC
Tints of Pacific Blue #0C8DCC
RGB
CMYK
RGB Variations
Color information
#0C8DCC (or 0x0C8DCC) is known color: Pacific Blue. HEX triplet: 0C, 8D and CC. RGB value is (12,141,204). Sum of RGB (Red+Green+Blue) = 12+141+204=357 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.36% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C8DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8DCC is #F37233. Grayscale: #6D6D6D. Windows color (decimal): -15954484 or 13405452. OLE color: 13405452.
HSL color Cylindrical-coordinate representation of color #0C8DCC: hue angle of 199.69º 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 #0C8DCC is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 141 | 204 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.2 |
| HSL | 199.69º | 0.89% | 0.42% | - |
| HSV(B) | 199.69º | 0.94% | 0.8% | - |
| XYZ | 20.58 | 23.49 | 60.58 | - |
| YUV | 109.61 | 181.26 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 141 | 204 | 0.94 | 0.31 | 0 | 0.2 | 199.69 | 0.89 | 0.42 |
| Hex | C | 8D | CC | 5E | 1F | 0 | 14 | C8 | 59 | 2A |
| Octal | 14 | 215 | 314 | 136 | 37 | 0 | 24 | 310 | 131 | 52 |
| Binary | 1100 | 10001101 | 11001100 | 1011110 | 11111 | 0 | 10100 | 11001000 | 1011001 | 101010 |
Color Harmonies of #0C8DCC
Complementary color
Monochromatic Colors of #0C8DCC
Black with #0C8DCC
Text Example
Text Example
White with #0C8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8DCC; }
p { color: rgb(12,141,204); }
H1.HeaderClassName
{
color: #0C8DCC;
}
.AnyTagClassName
{
color: #0C8DCC;
}
</style>
background-color css
<style>
a { background-color: #0C8DCC; }
a { background-color: rgb(12,141,204); }
div.DivClassName
{
background-color: #0C8DCC;
}
.BgClassName
{
background-color: #0C8DCC;
}
</style>
border-color css
<style>
span { border-color: #0C8DCC; }
span { border-color: rgb(12,141,204); }
td.TdClassName
{
border-color: #0C8DCC;
}
.TagClassName
{
border-color: #0C8DCC;
}
</style>