Shades of Pacific Blue #0CA1DD
Tints of Pacific Blue #0CA1DD
RGB
CMYK
RGB Variations
Color information
#0CA1DD (or 0x0CA1DD) is known color: Pacific Blue. HEX triplet: 0C, A1 and DD. RGB value is (12,161,221). Sum of RGB (Red+Green+Blue) = 12+161+221=394 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CA1DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA1DD is #F35E22. Grayscale: #7A7A7A. Windows color (decimal): -15949347 or 14524684. OLE color: 14524684.
HSL color Cylindrical-coordinate representation of color #0CA1DD: hue angle of 197.22º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA1DD is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 161 | 221 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.13 |
| HSL | 197.22º | 0.9% | 0.46% | - |
| HSV(B) | 197.22º | 0.95% | 0.87% | - |
| XYZ | 25.95 | 30.79 | 72.98 | - |
| YUV | 123.29 | 183.14 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 161 | 221 | 0.95 | 0.27 | 0 | 0.13 | 197.22 | 0.9 | 0.46 |
| Hex | C | A1 | DD | 5F | 1B | 0 | D | C5 | 5A | 2E |
| Octal | 14 | 241 | 335 | 137 | 33 | 0 | 15 | 305 | 132 | 56 |
| Binary | 1100 | 10100001 | 11011101 | 1011111 | 11011 | 0 | 1101 | 11000101 | 1011010 | 101110 |
Color Harmonies of #0CA1DD
Complementary color
Monochromatic Colors of #0CA1DD
Black with #0CA1DD
Text Example
Text Example
White with #0CA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA1DD; }
p { color: rgb(12,161,221); }
H1.HeaderClassName
{
color: #0CA1DD;
}
.AnyTagClassName
{
color: #0CA1DD;
}
</style>
background-color css
<style>
a { background-color: #0CA1DD; }
a { background-color: rgb(12,161,221); }
div.DivClassName
{
background-color: #0CA1DD;
}
.BgClassName
{
background-color: #0CA1DD;
}
</style>
border-color css
<style>
span { border-color: #0CA1DD; }
span { border-color: rgb(12,161,221); }
td.TdClassName
{
border-color: #0CA1DD;
}
.TagClassName
{
border-color: #0CA1DD;
}
</style>