Shades of Pacific Blue #0C95CC
Tints of Pacific Blue #0C95CC
RGB
CMYK
RGB Variations
Color information
#0C95CC (or 0x0C95CC) is known color: Pacific Blue. HEX triplet: 0C, 95 and CC. RGB value is (12,149,204). Sum of RGB (Red+Green+Blue) = 12+149+204=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C95CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C95CC is #F36A33. Grayscale: #717171. Windows color (decimal): -15952436 or 13407500. OLE color: 13407500.
HSL color Cylindrical-coordinate representation of color #0C95CC: hue angle of 197.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C95CC is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 149 | 204 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.2 |
| HSL | 197.19º | 0.89% | 0.42% | - |
| HSV(B) | 197.19º | 0.94% | 0.8% | - |
| XYZ | 21.8 | 25.93 | 60.98 | - |
| YUV | 114.31 | 178.61 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 204 | 0.94 | 0.27 | 0 | 0.2 | 197.19 | 0.89 | 0.42 |
| Hex | C | 95 | CC | 5E | 1B | 0 | 14 | C5 | 59 | 2A |
| Octal | 14 | 225 | 314 | 136 | 33 | 0 | 24 | 305 | 131 | 52 |
| Binary | 1100 | 10010101 | 11001100 | 1011110 | 11011 | 0 | 10100 | 11000101 | 1011001 | 101010 |
Color Harmonies of #0C95CC
Complementary color
Monochromatic Colors of #0C95CC
Black with #0C95CC
Text Example
Text Example
White with #0C95CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C95CC; }
p { color: rgb(12,149,204); }
H1.HeaderClassName
{
color: #0C95CC;
}
.AnyTagClassName
{
color: #0C95CC;
}
</style>
background-color css
<style>
a { background-color: #0C95CC; }
a { background-color: rgb(12,149,204); }
div.DivClassName
{
background-color: #0C95CC;
}
.BgClassName
{
background-color: #0C95CC;
}
</style>
border-color css
<style>
span { border-color: #0C95CC; }
span { border-color: rgb(12,149,204); }
td.TdClassName
{
border-color: #0C95CC;
}
.TagClassName
{
border-color: #0C95CC;
}
</style>