Shades of Pacific Blue #0C97BE
Tints of Pacific Blue #0C97BE
RGB
CMYK
RGB Variations
Color information
#0C97BE (or 0x0C97BE) is known color: Pacific Blue. HEX triplet: 0C, 97 and BE. RGB value is (12,151,190). Sum of RGB (Red+Green+Blue) = 12+151+190=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C97BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C97BE is #F36841. Grayscale: #717171. Windows color (decimal): -15951938 or 12490508. OLE color: 12490508.
HSL color Cylindrical-coordinate representation of color #0C97BE: hue angle of 193.15º 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 #0C97BE is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 151 | 190 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.25 |
| HSL | 193.15º | 0.88% | 0.4% | - |
| HSV(B) | 193.15º | 0.94% | 0.75% | - |
| XYZ | 20.51 | 25.93 | 52.64 | - |
| YUV | 113.89 | 170.95 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 151 | 190 | 0.94 | 0.21 | 0 | 0.25 | 193.15 | 0.88 | 0.4 |
| Hex | C | 97 | BE | 5E | 15 | 0 | 19 | C1 | 58 | 28 |
| Octal | 14 | 227 | 276 | 136 | 25 | 0 | 31 | 301 | 130 | 50 |
| Binary | 1100 | 10010111 | 10111110 | 1011110 | 10101 | 0 | 11001 | 11000001 | 1011000 | 101000 |
Color Harmonies of #0C97BE
Complementary color
Monochromatic Colors of #0C97BE
Black with #0C97BE
Text Example
Text Example
White with #0C97BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C97BE; }
p { color: rgb(12,151,190); }
H1.HeaderClassName
{
color: #0C97BE;
}
.AnyTagClassName
{
color: #0C97BE;
}
</style>
background-color css
<style>
a { background-color: #0C97BE; }
a { background-color: rgb(12,151,190); }
div.DivClassName
{
background-color: #0C97BE;
}
.BgClassName
{
background-color: #0C97BE;
}
</style>
border-color css
<style>
span { border-color: #0C97BE; }
span { border-color: rgb(12,151,190); }
td.TdClassName
{
border-color: #0C97BE;
}
.TagClassName
{
border-color: #0C97BE;
}
</style>