Shades of Pacific Blue #0C8DDB
Tints of Pacific Blue #0C8DDB
RGB
CMYK
RGB Variations
Color information
#0C8DDB (or 0x0C8DDB) is known color: Pacific Blue. HEX triplet: 0C, 8D and DB. RGB value is (12,141,219). Sum of RGB (Red+Green+Blue) = 12+141+219=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C8DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8DDB is #F37224. Grayscale: #6E6E6E. Windows color (decimal): -15954469 or 14388492. OLE color: 14388492.
HSL color Cylindrical-coordinate representation of color #0C8DDB: hue angle of 202.61º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C8DDB is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 141 | 219 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.14 |
| HSL | 202.61º | 0.9% | 0.45% | - |
| HSV(B) | 202.61º | 0.95% | 0.86% | - |
| XYZ | 22.46 | 24.24 | 70.51 | - |
| YUV | 111.32 | 188.76 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 141 | 219 | 0.95 | 0.36 | 0 | 0.14 | 202.61 | 0.9 | 0.45 |
| Hex | C | 8D | DB | 5F | 24 | 0 | E | CB | 5A | 2D |
| Octal | 14 | 215 | 333 | 137 | 44 | 0 | 16 | 313 | 132 | 55 |
| Binary | 1100 | 10001101 | 11011011 | 1011111 | 100100 | 0 | 1110 | 11001011 | 1011010 | 101101 |
Color Harmonies of #0C8DDB
Complementary color
Monochromatic Colors of #0C8DDB
Black with #0C8DDB
Text Example
Text Example
White with #0C8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8DDB; }
p { color: rgb(12,141,219); }
H1.HeaderClassName
{
color: #0C8DDB;
}
.AnyTagClassName
{
color: #0C8DDB;
}
</style>
background-color css
<style>
a { background-color: #0C8DDB; }
a { background-color: rgb(12,141,219); }
div.DivClassName
{
background-color: #0C8DDB;
}
.BgClassName
{
background-color: #0C8DDB;
}
</style>
border-color css
<style>
span { border-color: #0C8DDB; }
span { border-color: rgb(12,141,219); }
td.TdClassName
{
border-color: #0C8DDB;
}
.TagClassName
{
border-color: #0C8DDB;
}
</style>