Shades of Pacific Blue #0C9BBF
Tints of Pacific Blue #0C9BBF
RGB
CMYK
RGB Variations
Color information
#0C9BBF (or 0x0C9BBF) is known color: Pacific Blue. HEX triplet: 0C, 9B and BF. RGB value is (12,155,191). Sum of RGB (Red+Green+Blue) = 12+155+191=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C9BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9BBF is #F36440. Grayscale: #747474. Windows color (decimal): -15950913 or 12557068. OLE color: 12557068.
HSL color Cylindrical-coordinate representation of color #0C9BBF: hue angle of 192.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 #0C9BBF is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 155 | 191 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.25 |
| HSL | 192.07º | 0.88% | 0.4% | - |
| HSV(B) | 192.07º | 0.94% | 0.75% | - |
| XYZ | 21.28 | 27.28 | 53.43 | - |
| YUV | 116.35 | 170.12 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 155 | 191 | 0.94 | 0.19 | 0 | 0.25 | 192.07 | 0.88 | 0.4 |
| Hex | C | 9B | BF | 5E | 13 | 0 | 19 | C0 | 58 | 28 |
| Octal | 14 | 233 | 277 | 136 | 23 | 0 | 31 | 300 | 130 | 50 |
| Binary | 1100 | 10011011 | 10111111 | 1011110 | 10011 | 0 | 11001 | 11000000 | 1011000 | 101000 |
Color Harmonies of #0C9BBF
Complementary color
Monochromatic Colors of #0C9BBF
Black with #0C9BBF
Text Example
Text Example
White with #0C9BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9BBF; }
p { color: rgb(12,155,191); }
H1.HeaderClassName
{
color: #0C9BBF;
}
.AnyTagClassName
{
color: #0C9BBF;
}
</style>
background-color css
<style>
a { background-color: #0C9BBF; }
a { background-color: rgb(12,155,191); }
div.DivClassName
{
background-color: #0C9BBF;
}
.BgClassName
{
background-color: #0C9BBF;
}
</style>
border-color css
<style>
span { border-color: #0C9BBF; }
span { border-color: rgb(12,155,191); }
td.TdClassName
{
border-color: #0C9BBF;
}
.TagClassName
{
border-color: #0C9BBF;
}
</style>