Shades of Pacific Blue #0CA5BE
Tints of Pacific Blue #0CA5BE
RGB
CMYK
RGB Variations
Color information
#0CA5BE (or 0x0CA5BE) is known color: Pacific Blue. HEX triplet: 0C, A5 and BE. RGB value is (12,165,190). Sum of RGB (Red+Green+Blue) = 12+165+190=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #0CA5BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA5BE is #F35A41. Grayscale: #797979. Windows color (decimal): -15948354 or 12494092. OLE color: 12494092.
HSL color Cylindrical-coordinate representation of color #0CA5BE: hue angle of 188.43º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CA5BE is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 165 | 190 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.25 |
| HSL | 188.43º | 0.88% | 0.4% | - |
| HSV(B) | 188.43º | 0.94% | 0.75% | - |
| XYZ | 22.9 | 30.71 | 53.44 | - |
| YUV | 122.1 | 166.31 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 165 | 190 | 0.94 | 0.13 | 0 | 0.25 | 188.43 | 0.88 | 0.4 |
| Hex | C | A5 | BE | 5E | D | 0 | 19 | BC | 58 | 28 |
| Octal | 14 | 245 | 276 | 136 | 15 | 0 | 31 | 274 | 130 | 50 |
| Binary | 1100 | 10100101 | 10111110 | 1011110 | 1101 | 0 | 11001 | 10111100 | 1011000 | 101000 |
Color Harmonies of #0CA5BE
Complementary color
Monochromatic Colors of #0CA5BE
Black with #0CA5BE
Text Example
Text Example
White with #0CA5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA5BE; }
p { color: rgb(12,165,190); }
H1.HeaderClassName
{
color: #0CA5BE;
}
.AnyTagClassName
{
color: #0CA5BE;
}
</style>
background-color css
<style>
a { background-color: #0CA5BE; }
a { background-color: rgb(12,165,190); }
div.DivClassName
{
background-color: #0CA5BE;
}
.BgClassName
{
background-color: #0CA5BE;
}
</style>
border-color css
<style>
span { border-color: #0CA5BE; }
span { border-color: rgb(12,165,190); }
td.TdClassName
{
border-color: #0CA5BE;
}
.TagClassName
{
border-color: #0CA5BE;
}
</style>