Shades of Pacific Blue #0CA5DE
Tints of Pacific Blue #0CA5DE
RGB
CMYK
RGB Variations
Color information
#0CA5DE (or 0x0CA5DE) is known color: Pacific Blue. HEX triplet: 0C, A5 and DE. RGB value is (12,165,222). Sum of RGB (Red+Green+Blue) = 12+165+222=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #0CA5DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA5DE is #F35A21. Grayscale: #7D7D7D. Windows color (decimal): -15948322 or 14591244. OLE color: 14591244.
HSL color Cylindrical-coordinate representation of color #0CA5DE: hue angle of 196.29º 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 #0CA5DE is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 165 | 222 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.13 |
| HSL | 196.29º | 0.9% | 0.46% | - |
| HSV(B) | 196.29º | 0.95% | 0.87% | - |
| XYZ | 26.79 | 32.26 | 73.92 | - |
| YUV | 125.75 | 182.31 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 165 | 222 | 0.95 | 0.26 | 0 | 0.13 | 196.29 | 0.9 | 0.46 |
| Hex | C | A5 | DE | 5F | 1A | 0 | D | C4 | 5A | 2E |
| Octal | 14 | 245 | 336 | 137 | 32 | 0 | 15 | 304 | 132 | 56 |
| Binary | 1100 | 10100101 | 11011110 | 1011111 | 11010 | 0 | 1101 | 11000100 | 1011010 | 101110 |
Color Harmonies of #0CA5DE
Complementary color
Monochromatic Colors of #0CA5DE
Black with #0CA5DE
Text Example
Text Example
White with #0CA5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA5DE; }
p { color: rgb(12,165,222); }
H1.HeaderClassName
{
color: #0CA5DE;
}
.AnyTagClassName
{
color: #0CA5DE;
}
</style>
background-color css
<style>
a { background-color: #0CA5DE; }
a { background-color: rgb(12,165,222); }
div.DivClassName
{
background-color: #0CA5DE;
}
.BgClassName
{
background-color: #0CA5DE;
}
</style>
border-color css
<style>
span { border-color: #0CA5DE; }
span { border-color: rgb(12,165,222); }
td.TdClassName
{
border-color: #0CA5DE;
}
.TagClassName
{
border-color: #0CA5DE;
}
</style>