Shades of Pacific Blue #0C98CC
Tints of Pacific Blue #0C98CC
RGB
CMYK
RGB Variations
Color information
#0C98CC (or 0x0C98CC) is known color: Pacific Blue. HEX triplet: 0C, 98 and CC. RGB value is (12,152,204). Sum of RGB (Red+Green+Blue) = 12+152+204=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C98CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C98CC is #F36733. Grayscale: #737373. Windows color (decimal): -15951668 or 13408268. OLE color: 13408268.
HSL color Cylindrical-coordinate representation of color #0C98CC: hue angle of 196.25º 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 #0C98CC is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 152 | 204 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.2 |
| HSL | 196.25º | 0.89% | 0.42% | - |
| HSV(B) | 196.25º | 0.94% | 0.8% | - |
| XYZ | 22.28 | 26.89 | 61.14 | - |
| YUV | 116.07 | 177.62 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 204 | 0.94 | 0.25 | 0 | 0.2 | 196.25 | 0.89 | 0.42 |
| Hex | C | 98 | CC | 5E | 19 | 0 | 14 | C4 | 59 | 2A |
| Octal | 14 | 230 | 314 | 136 | 31 | 0 | 24 | 304 | 131 | 52 |
| Binary | 1100 | 10011000 | 11001100 | 1011110 | 11001 | 0 | 10100 | 11000100 | 1011001 | 101010 |
Color Harmonies of #0C98CC
Complementary color
Monochromatic Colors of #0C98CC
Black with #0C98CC
Text Example
Text Example
White with #0C98CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C98CC; }
p { color: rgb(12,152,204); }
H1.HeaderClassName
{
color: #0C98CC;
}
.AnyTagClassName
{
color: #0C98CC;
}
</style>
background-color css
<style>
a { background-color: #0C98CC; }
a { background-color: rgb(12,152,204); }
div.DivClassName
{
background-color: #0C98CC;
}
.BgClassName
{
background-color: #0C98CC;
}
</style>
border-color css
<style>
span { border-color: #0C98CC; }
span { border-color: rgb(12,152,204); }
td.TdClassName
{
border-color: #0C98CC;
}
.TagClassName
{
border-color: #0C98CC;
}
</style>