Shades of Pacific Blue #0CA1BA
Tints of Pacific Blue #0CA1BA
RGB
CMYK
RGB Variations
Color information
#0CA1BA (or 0x0CA1BA) is known color: Pacific Blue. HEX triplet: 0C, A1 and BA. RGB value is (12,161,186). Sum of RGB (Red+Green+Blue) = 12+161+186=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #0CA1BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA1BA is #F35E45. Grayscale: #777777. Windows color (decimal): -15949382 or 12230924. OLE color: 12230924.
HSL color Cylindrical-coordinate representation of color #0CA1BA: hue angle of 188.62º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CA1BA is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 161 | 186 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.27 |
| HSL | 188.62º | 0.88% | 0.39% | - |
| HSV(B) | 188.62º | 0.94% | 0.73% | - |
| XYZ | 21.76 | 29.11 | 50.93 | - |
| YUV | 119.3 | 165.64 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 161 | 186 | 0.94 | 0.13 | 0 | 0.27 | 188.62 | 0.88 | 0.39 |
| Hex | C | A1 | BA | 5E | D | 0 | 1B | BD | 58 | 27 |
| Octal | 14 | 241 | 272 | 136 | 15 | 0 | 33 | 275 | 130 | 47 |
| Binary | 1100 | 10100001 | 10111010 | 1011110 | 1101 | 0 | 11011 | 10111101 | 1011000 | 100111 |
Color Harmonies of #0CA1BA
Complementary color
Monochromatic Colors of #0CA1BA
Black with #0CA1BA
Text Example
Text Example
White with #0CA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA1BA; }
p { color: rgb(12,161,186); }
H1.HeaderClassName
{
color: #0CA1BA;
}
.AnyTagClassName
{
color: #0CA1BA;
}
</style>
background-color css
<style>
a { background-color: #0CA1BA; }
a { background-color: rgb(12,161,186); }
div.DivClassName
{
background-color: #0CA1BA;
}
.BgClassName
{
background-color: #0CA1BA;
}
</style>
border-color css
<style>
span { border-color: #0CA1BA; }
span { border-color: rgb(12,161,186); }
td.TdClassName
{
border-color: #0CA1BA;
}
.TagClassName
{
border-color: #0CA1BA;
}
</style>