Shades of Pacific Blue #0C86CC
Tints of Pacific Blue #0C86CC
RGB
CMYK
RGB Variations
Color information
#0C86CC (or 0x0C86CC) is known color: Pacific Blue. HEX triplet: 0C, 86 and CC. RGB value is (12,134,204). Sum of RGB (Red+Green+Blue) = 12+134+204=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C86CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C86CC is #F37933. Grayscale: #696969. Windows color (decimal): -15956276 or 13403660. OLE color: 13403660.
HSL color Cylindrical-coordinate representation of color #0C86CC: hue angle of 201.88º 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 #0C86CC is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 134 | 204 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.2 |
| HSL | 201.88º | 0.89% | 0.42% | - |
| HSV(B) | 201.88º | 0.94% | 0.8% | - |
| XYZ | 19.58 | 21.49 | 60.24 | - |
| YUV | 105.5 | 183.58 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 204 | 0.94 | 0.34 | 0 | 0.2 | 201.88 | 0.89 | 0.42 |
| Hex | C | 86 | CC | 5E | 22 | 0 | 14 | CA | 59 | 2A |
| Octal | 14 | 206 | 314 | 136 | 42 | 0 | 24 | 312 | 131 | 52 |
| Binary | 1100 | 10000110 | 11001100 | 1011110 | 100010 | 0 | 10100 | 11001010 | 1011001 | 101010 |
Color Harmonies of #0C86CC
Complementary color
Monochromatic Colors of #0C86CC
Black with #0C86CC
Text Example
Text Example
White with #0C86CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C86CC; }
p { color: rgb(12,134,204); }
H1.HeaderClassName
{
color: #0C86CC;
}
.AnyTagClassName
{
color: #0C86CC;
}
</style>
background-color css
<style>
a { background-color: #0C86CC; }
a { background-color: rgb(12,134,204); }
div.DivClassName
{
background-color: #0C86CC;
}
.BgClassName
{
background-color: #0C86CC;
}
</style>
border-color css
<style>
span { border-color: #0C86CC; }
span { border-color: rgb(12,134,204); }
td.TdClassName
{
border-color: #0C86CC;
}
.TagClassName
{
border-color: #0C86CC;
}
</style>