Shades of Pacific Blue #0CA0DF
Tints of Pacific Blue #0CA0DF
RGB
CMYK
RGB Variations
Color information
#0CA0DF (or 0x0CA0DF) is known color: Pacific Blue. HEX triplet: 0C, A0 and DF. RGB value is (12,160,223). Sum of RGB (Red+Green+Blue) = 12+160+223=395 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.04% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CA0DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA0DF is #F35F20. Grayscale: #7A7A7A. Windows color (decimal): -15949601 or 14655500. OLE color: 14655500.
HSL color Cylindrical-coordinate representation of color #0CA0DF: hue angle of 197.91º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA0DF is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 160 | 223 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.13 |
| HSL | 197.91º | 0.9% | 0.46% | - |
| HSV(B) | 197.91º | 0.95% | 0.87% | - |
| XYZ | 26.04 | 30.55 | 74.34 | - |
| YUV | 122.93 | 184.47 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 160 | 223 | 0.95 | 0.28 | 0 | 0.13 | 197.91 | 0.9 | 0.46 |
| Hex | C | A0 | DF | 5F | 1C | 0 | D | C6 | 5A | 2E |
| Octal | 14 | 240 | 337 | 137 | 34 | 0 | 15 | 306 | 132 | 56 |
| Binary | 1100 | 10100000 | 11011111 | 1011111 | 11100 | 0 | 1101 | 11000110 | 1011010 | 101110 |
Color Harmonies of #0CA0DF
Complementary color
Monochromatic Colors of #0CA0DF
Black with #0CA0DF
Text Example
Text Example
White with #0CA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA0DF; }
p { color: rgb(12,160,223); }
H1.HeaderClassName
{
color: #0CA0DF;
}
.AnyTagClassName
{
color: #0CA0DF;
}
</style>
background-color css
<style>
a { background-color: #0CA0DF; }
a { background-color: rgb(12,160,223); }
div.DivClassName
{
background-color: #0CA0DF;
}
.BgClassName
{
background-color: #0CA0DF;
}
</style>
border-color css
<style>
span { border-color: #0CA0DF; }
span { border-color: rgb(12,160,223); }
td.TdClassName
{
border-color: #0CA0DF;
}
.TagClassName
{
border-color: #0CA0DF;
}
</style>