Shades of Pacific Blue #0C9BBC
Tints of Pacific Blue #0C9BBC
RGB
CMYK
RGB Variations
Color information
#0C9BBC (or 0x0C9BBC) is known color: Pacific Blue. HEX triplet: 0C, 9B and BC. RGB value is (12,155,188). Sum of RGB (Red+Green+Blue) = 12+155+188=355 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.38% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C9BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9BBC is #F36443. Grayscale: #737373. Windows color (decimal): -15950916 or 12360460. OLE color: 12360460.
HSL color Cylindrical-coordinate representation of color #0C9BBC: hue angle of 191.25º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C9BBC is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 155 | 188 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.26 |
| HSL | 191.25º | 0.88% | 0.39% | - |
| HSV(B) | 191.25º | 0.94% | 0.74% | - |
| XYZ | 20.95 | 27.15 | 51.71 | - |
| YUV | 116.01 | 168.62 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 155 | 188 | 0.94 | 0.18 | 0 | 0.26 | 191.25 | 0.88 | 0.39 |
| Hex | C | 9B | BC | 5E | 12 | 0 | 1A | BF | 58 | 27 |
| Octal | 14 | 233 | 274 | 136 | 22 | 0 | 32 | 277 | 130 | 47 |
| Binary | 1100 | 10011011 | 10111100 | 1011110 | 10010 | 0 | 11010 | 10111111 | 1011000 | 100111 |
Color Harmonies of #0C9BBC
Complementary color
Monochromatic Colors of #0C9BBC
Black with #0C9BBC
Text Example
Text Example
White with #0C9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9BBC; }
p { color: rgb(12,155,188); }
H1.HeaderClassName
{
color: #0C9BBC;
}
.AnyTagClassName
{
color: #0C9BBC;
}
</style>
background-color css
<style>
a { background-color: #0C9BBC; }
a { background-color: rgb(12,155,188); }
div.DivClassName
{
background-color: #0C9BBC;
}
.BgClassName
{
background-color: #0C9BBC;
}
</style>
border-color css
<style>
span { border-color: #0C9BBC; }
span { border-color: rgb(12,155,188); }
td.TdClassName
{
border-color: #0C9BBC;
}
.TagClassName
{
border-color: #0C9BBC;
}
</style>