Shades of Pacific Blue #0C8FE0
Tints of Pacific Blue #0C8FE0
RGB
CMYK
RGB Variations
Color information
#0C8FE0 (or 0x0C8FE0) is known color: Pacific Blue. HEX triplet: 0C, 8F and E0. RGB value is (12,143,224). Sum of RGB (Red+Green+Blue) = 12+143+224=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 224 (87.89% from 255 or 59.10% from 379); Max value from RGB is 224 - color contains mainly: blue. Hex color #0C8FE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8FE0 is #F3701F. Grayscale: #707070. Windows color (decimal): -15953952 or 14716684. OLE color: 14716684.
HSL color Cylindrical-coordinate representation of color #0C8FE0: hue angle of 202.92º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C8FE0 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 143 | 224 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.12 |
| HSL | 202.92º | 0.9% | 0.46% | - |
| HSV(B) | 202.92º | 0.95% | 0.88% | - |
| XYZ | 23.43 | 25.1 | 74.13 | - |
| YUV | 113.07 | 190.6 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 224 | 0.95 | 0.36 | 0 | 0.12 | 202.92 | 0.9 | 0.46 |
| Hex | C | 8F | E0 | 5F | 24 | 0 | C | CB | 5A | 2E |
| Octal | 14 | 217 | 340 | 137 | 44 | 0 | 14 | 313 | 132 | 56 |
| Binary | 1100 | 10001111 | 11100000 | 1011111 | 100100 | 0 | 1100 | 11001011 | 1011010 | 101110 |
Color Harmonies of #0C8FE0
Complementary color
Monochromatic Colors of #0C8FE0
Black with #0C8FE0
Text Example
Text Example
White with #0C8FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8FE0; }
p { color: rgb(12,143,224); }
H1.HeaderClassName
{
color: #0C8FE0;
}
.AnyTagClassName
{
color: #0C8FE0;
}
</style>
background-color css
<style>
a { background-color: #0C8FE0; }
a { background-color: rgb(12,143,224); }
div.DivClassName
{
background-color: #0C8FE0;
}
.BgClassName
{
background-color: #0C8FE0;
}
</style>
border-color css
<style>
span { border-color: #0C8FE0; }
span { border-color: rgb(12,143,224); }
td.TdClassName
{
border-color: #0C8FE0;
}
.TagClassName
{
border-color: #0C8FE0;
}
</style>