Shades of Pacific Blue #0C8FDD
Tints of Pacific Blue #0C8FDD
RGB
CMYK
RGB Variations
Color information
#0C8FDD (or 0x0C8FDD) is known color: Pacific Blue. HEX triplet: 0C, 8F and DD. RGB value is (12,143,221). Sum of RGB (Red+Green+Blue) = 12+143+221=376 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.19% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C8FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8FDD is #F37022. Grayscale: #707070. Windows color (decimal): -15953955 or 14520076. OLE color: 14520076.
HSL color Cylindrical-coordinate representation of color #0C8FDD: hue angle of 202.39º 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 #0C8FDD is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 143 | 221 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.13 |
| HSL | 202.39º | 0.9% | 0.46% | - |
| HSV(B) | 202.39º | 0.95% | 0.87% | - |
| XYZ | 23.03 | 24.94 | 72.01 | - |
| YUV | 112.72 | 189.1 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 221 | 0.95 | 0.35 | 0 | 0.13 | 202.39 | 0.9 | 0.46 |
| Hex | C | 8F | DD | 5F | 23 | 0 | D | CA | 5A | 2E |
| Octal | 14 | 217 | 335 | 137 | 43 | 0 | 15 | 312 | 132 | 56 |
| Binary | 1100 | 10001111 | 11011101 | 1011111 | 100011 | 0 | 1101 | 11001010 | 1011010 | 101110 |
Color Harmonies of #0C8FDD
Complementary color
Monochromatic Colors of #0C8FDD
Black with #0C8FDD
Text Example
Text Example
White with #0C8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8FDD; }
p { color: rgb(12,143,221); }
H1.HeaderClassName
{
color: #0C8FDD;
}
.AnyTagClassName
{
color: #0C8FDD;
}
</style>
background-color css
<style>
a { background-color: #0C8FDD; }
a { background-color: rgb(12,143,221); }
div.DivClassName
{
background-color: #0C8FDD;
}
.BgClassName
{
background-color: #0C8FDD;
}
</style>
border-color css
<style>
span { border-color: #0C8FDD; }
span { border-color: rgb(12,143,221); }
td.TdClassName
{
border-color: #0C8FDD;
}
.TagClassName
{
border-color: #0C8FDD;
}
</style>