Shades of Pacific Blue #0C97CB
Tints of Pacific Blue #0C97CB
RGB
CMYK
RGB Variations
Color information
#0C97CB (or 0x0C97CB) is known color: Pacific Blue. HEX triplet: 0C, 97 and CB. RGB value is (12,151,203). Sum of RGB (Red+Green+Blue) = 12+151+203=366 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.28% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C97CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C97CB is #F36834. Grayscale: #737373. Windows color (decimal): -15951925 or 13342476. OLE color: 13342476.
HSL color Cylindrical-coordinate representation of color #0C97CB: hue angle of 196.34º 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 #0C97CB is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 151 | 203 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.20 |
| HSL | 196.34º | 0.89% | 0.42% | - |
| HSV(B) | 196.34º | 0.94% | 0.8% | - |
| XYZ | 22 | 26.52 | 60.46 | - |
| YUV | 115.37 | 177.45 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 151 | 203 | 0.94 | 0.26 | 0 | 0.20 | 196.34 | 0.89 | 0.42 |
| Hex | C | 97 | CB | 5E | 1A | 0 | 14 | C4 | 59 | 2A |
| Octal | 14 | 227 | 313 | 136 | 32 | 0 | 24 | 304 | 131 | 52 |
| Binary | 1100 | 10010111 | 11001011 | 1011110 | 11010 | 0 | 10100 | 11000100 | 1011001 | 101010 |
Color Harmonies of #0C97CB
Complementary color
Monochromatic Colors of #0C97CB
Black with #0C97CB
Text Example
Text Example
White with #0C97CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C97CB; }
p { color: rgb(12,151,203); }
H1.HeaderClassName
{
color: #0C97CB;
}
.AnyTagClassName
{
color: #0C97CB;
}
</style>
background-color css
<style>
a { background-color: #0C97CB; }
a { background-color: rgb(12,151,203); }
div.DivClassName
{
background-color: #0C97CB;
}
.BgClassName
{
background-color: #0C97CB;
}
</style>
border-color css
<style>
span { border-color: #0C97CB; }
span { border-color: rgb(12,151,203); }
td.TdClassName
{
border-color: #0C97CB;
}
.TagClassName
{
border-color: #0C97CB;
}
</style>