Shades of Pacific Blue #0CA6DC
Tints of Pacific Blue #0CA6DC
RGB
CMYK
RGB Variations
Color information
#0CA6DC (or 0x0CA6DC) is known color: Pacific Blue. HEX triplet: 0C, A6 and DC. RGB value is (12,166,220). Sum of RGB (Red+Green+Blue) = 12+166+220=398 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CA6DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA6DC is #F35923. Grayscale: #7D7D7D. Windows color (decimal): -15948068 or 14460428. OLE color: 14460428.
HSL color Cylindrical-coordinate representation of color #0CA6DC: hue angle of 195.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA6DC is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 166 | 220 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.14 |
| HSL | 195.58º | 0.9% | 0.45% | - |
| HSV(B) | 195.58º | 0.95% | 0.86% | - |
| XYZ | 26.71 | 32.52 | 72.58 | - |
| YUV | 126.11 | 180.98 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 166 | 220 | 0.95 | 0.25 | 0 | 0.14 | 195.58 | 0.9 | 0.45 |
| Hex | C | A6 | DC | 5F | 19 | 0 | E | C4 | 5A | 2D |
| Octal | 14 | 246 | 334 | 137 | 31 | 0 | 16 | 304 | 132 | 55 |
| Binary | 1100 | 10100110 | 11011100 | 1011111 | 11001 | 0 | 1110 | 11000100 | 1011010 | 101101 |
Color Harmonies of #0CA6DC
Complementary color
Monochromatic Colors of #0CA6DC
Black with #0CA6DC
Text Example
Text Example
White with #0CA6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA6DC; }
p { color: rgb(12,166,220); }
H1.HeaderClassName
{
color: #0CA6DC;
}
.AnyTagClassName
{
color: #0CA6DC;
}
</style>
background-color css
<style>
a { background-color: #0CA6DC; }
a { background-color: rgb(12,166,220); }
div.DivClassName
{
background-color: #0CA6DC;
}
.BgClassName
{
background-color: #0CA6DC;
}
</style>
border-color css
<style>
span { border-color: #0CA6DC; }
span { border-color: rgb(12,166,220); }
td.TdClassName
{
border-color: #0CA6DC;
}
.TagClassName
{
border-color: #0CA6DC;
}
</style>