Shades of Pacific Blue #0C8CDF
Tints of Pacific Blue #0C8CDF
RGB
CMYK
RGB Variations
Color information
#0C8CDF (or 0x0C8CDF) is known color: Pacific Blue. HEX triplet: 0C, 8C and DF. RGB value is (12,140,223). Sum of RGB (Red+Green+Blue) = 12+140+223=375 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.2% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C8CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8CDF is #F37320. Grayscale: #6E6E6E. Windows color (decimal): -15954721 or 14650380. OLE color: 14650380.
HSL color Cylindrical-coordinate representation of color #0C8CDF: hue angle of 203.6º 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 #0C8CDF is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 140 | 223 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.13 |
| HSL | 203.6º | 0.9% | 0.46% | - |
| HSV(B) | 203.6º | 0.95% | 0.87% | - |
| XYZ | 22.85 | 24.16 | 73.27 | - |
| YUV | 111.19 | 191.09 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 140 | 223 | 0.95 | 0.37 | 0 | 0.13 | 203.6 | 0.9 | 0.46 |
| Hex | C | 8C | DF | 5F | 25 | 0 | D | CC | 5A | 2E |
| Octal | 14 | 214 | 337 | 137 | 45 | 0 | 15 | 314 | 132 | 56 |
| Binary | 1100 | 10001100 | 11011111 | 1011111 | 100101 | 0 | 1101 | 11001100 | 1011010 | 101110 |
Color Harmonies of #0C8CDF
Complementary color
Monochromatic Colors of #0C8CDF
Black with #0C8CDF
Text Example
Text Example
White with #0C8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8CDF; }
p { color: rgb(12,140,223); }
H1.HeaderClassName
{
color: #0C8CDF;
}
.AnyTagClassName
{
color: #0C8CDF;
}
</style>
background-color css
<style>
a { background-color: #0C8CDF; }
a { background-color: rgb(12,140,223); }
div.DivClassName
{
background-color: #0C8CDF;
}
.BgClassName
{
background-color: #0C8CDF;
}
</style>
border-color css
<style>
span { border-color: #0C8CDF; }
span { border-color: rgb(12,140,223); }
td.TdClassName
{
border-color: #0C8CDF;
}
.TagClassName
{
border-color: #0C8CDF;
}
</style>