Shades of Pacific Blue #0C98BF
Tints of Pacific Blue #0C98BF
RGB
CMYK
RGB Variations
Color information
#0C98BF (or 0x0C98BF) is known color: Pacific Blue. HEX triplet: 0C, 98 and BF. RGB value is (12,152,191). Sum of RGB (Red+Green+Blue) = 12+152+191=355 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.38% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C98BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C98BF is #F36740. Grayscale: #727272. Windows color (decimal): -15951681 or 12556300. OLE color: 12556300.
HSL color Cylindrical-coordinate representation of color #0C98BF: hue angle of 193.07º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C98BF is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 152 | 191 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.25 |
| HSL | 193.07º | 0.88% | 0.4% | - |
| HSV(B) | 193.07º | 0.94% | 0.75% | - |
| XYZ | 20.78 | 26.3 | 53.27 | - |
| YUV | 114.59 | 171.12 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 191 | 0.94 | 0.20 | 0 | 0.25 | 193.07 | 0.88 | 0.4 |
| Hex | C | 98 | BF | 5E | 14 | 0 | 19 | C1 | 58 | 28 |
| Octal | 14 | 230 | 277 | 136 | 24 | 0 | 31 | 301 | 130 | 50 |
| Binary | 1100 | 10011000 | 10111111 | 1011110 | 10100 | 0 | 11001 | 11000001 | 1011000 | 101000 |
Color Harmonies of #0C98BF
Complementary color
Monochromatic Colors of #0C98BF
Black with #0C98BF
Text Example
Text Example
White with #0C98BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C98BF; }
p { color: rgb(12,152,191); }
H1.HeaderClassName
{
color: #0C98BF;
}
.AnyTagClassName
{
color: #0C98BF;
}
</style>
background-color css
<style>
a { background-color: #0C98BF; }
a { background-color: rgb(12,152,191); }
div.DivClassName
{
background-color: #0C98BF;
}
.BgClassName
{
background-color: #0C98BF;
}
</style>
border-color css
<style>
span { border-color: #0C98BF; }
span { border-color: rgb(12,152,191); }
td.TdClassName
{
border-color: #0C98BF;
}
.TagClassName
{
border-color: #0C98BF;
}
</style>