Shades of Pacific Blue #0CA3CB
Tints of Pacific Blue #0CA3CB
RGB
CMYK
RGB Variations
Color information
#0CA3CB (or 0x0CA3CB) is known color: Pacific Blue. HEX triplet: 0C, A3 and CB. RGB value is (12,163,203). Sum of RGB (Red+Green+Blue) = 12+163+203=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CA3CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA3CB is #F35C34. Grayscale: #7A7A7A. Windows color (decimal): -15948853 or 13345548. OLE color: 13345548.
HSL color Cylindrical-coordinate representation of color #0CA3CB: hue angle of 192.57º 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 #0CA3CB is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 163 | 203 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.20 |
| HSL | 192.57º | 0.89% | 0.42% | - |
| HSV(B) | 192.57º | 0.94% | 0.8% | - |
| XYZ | 24.03 | 30.58 | 61.14 | - |
| YUV | 122.41 | 173.47 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 203 | 0.94 | 0.20 | 0 | 0.20 | 192.57 | 0.89 | 0.42 |
| Hex | C | A3 | CB | 5E | 14 | 0 | 14 | C1 | 59 | 2A |
| Octal | 14 | 243 | 313 | 136 | 24 | 0 | 24 | 301 | 131 | 52 |
| Binary | 1100 | 10100011 | 11001011 | 1011110 | 10100 | 0 | 10100 | 11000001 | 1011001 | 101010 |
Color Harmonies of #0CA3CB
Complementary color
Monochromatic Colors of #0CA3CB
Black with #0CA3CB
Text Example
Text Example
White with #0CA3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA3CB; }
p { color: rgb(12,163,203); }
H1.HeaderClassName
{
color: #0CA3CB;
}
.AnyTagClassName
{
color: #0CA3CB;
}
</style>
background-color css
<style>
a { background-color: #0CA3CB; }
a { background-color: rgb(12,163,203); }
div.DivClassName
{
background-color: #0CA3CB;
}
.BgClassName
{
background-color: #0CA3CB;
}
</style>
border-color css
<style>
span { border-color: #0CA3CB; }
span { border-color: rgb(12,163,203); }
td.TdClassName
{
border-color: #0CA3CB;
}
.TagClassName
{
border-color: #0CA3CB;
}
</style>