Shades of Pacific Blue #0CA6CD
Tints of Pacific Blue #0CA6CD
RGB
CMYK
RGB Variations
Color information
#0CA6CD (or 0x0CA6CD) is known color: Pacific Blue. HEX triplet: 0C, A6 and CD. RGB value is (12,166,205). Sum of RGB (Red+Green+Blue) = 12+166+205=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #0CA6CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA6CD is #F35932. Grayscale: #7C7C7C. Windows color (decimal): -15948083 or 13477388. OLE color: 13477388.
HSL color Cylindrical-coordinate representation of color #0CA6CD: hue angle of 192.12º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CA6CD is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 166 | 205 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.20 |
| HSL | 192.12º | 0.89% | 0.43% | - |
| HSV(B) | 192.12º | 0.94% | 0.8% | - |
| XYZ | 24.81 | 31.76 | 62.58 | - |
| YUV | 124.4 | 173.48 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 166 | 205 | 0.94 | 0.19 | 0 | 0.20 | 192.12 | 0.89 | 0.43 |
| Hex | C | A6 | CD | 5E | 13 | 0 | 14 | C0 | 59 | 2B |
| Octal | 14 | 246 | 315 | 136 | 23 | 0 | 24 | 300 | 131 | 53 |
| Binary | 1100 | 10100110 | 11001101 | 1011110 | 10011 | 0 | 10100 | 11000000 | 1011001 | 101011 |
Color Harmonies of #0CA6CD
Complementary color
Monochromatic Colors of #0CA6CD
Black with #0CA6CD
Text Example
Text Example
White with #0CA6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA6CD; }
p { color: rgb(12,166,205); }
H1.HeaderClassName
{
color: #0CA6CD;
}
.AnyTagClassName
{
color: #0CA6CD;
}
</style>
background-color css
<style>
a { background-color: #0CA6CD; }
a { background-color: rgb(12,166,205); }
div.DivClassName
{
background-color: #0CA6CD;
}
.BgClassName
{
background-color: #0CA6CD;
}
</style>
border-color css
<style>
span { border-color: #0CA6CD; }
span { border-color: rgb(12,166,205); }
td.TdClassName
{
border-color: #0CA6CD;
}
.TagClassName
{
border-color: #0CA6CD;
}
</style>