Shades of Pacific Blue #0F9CBC
Tints of Pacific Blue #0F9CBC
RGB
CMYK
RGB Variations
Color information
#0F9CBC (or 0x0F9CBC) is known color: Pacific Blue. HEX triplet: 0F, 9C and BC. RGB value is (15,156,188). Sum of RGB (Red+Green+Blue) = 15+156+188=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F9CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9CBC is #F06343. Grayscale: #757575. Windows color (decimal): -15754052 or 12360719. OLE color: 12360719.
HSL color Cylindrical-coordinate representation of color #0F9CBC: hue angle of 191.1º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F9CBC is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 156 | 188 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.26 |
| HSL | 191.1º | 0.85% | 0.4% | - |
| HSV(B) | 191.1º | 0.92% | 0.74% | - |
| XYZ | 21.16 | 27.51 | 51.77 | - |
| YUV | 117.49 | 167.79 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 188 | 0.92 | 0.17 | 0 | 0.26 | 191.1 | 0.85 | 0.4 |
| Hex | F | 9C | BC | 5C | 11 | 0 | 1A | BF | 55 | 28 |
| Octal | 17 | 234 | 274 | 134 | 21 | 0 | 32 | 277 | 125 | 50 |
| Binary | 1111 | 10011100 | 10111100 | 1011100 | 10001 | 0 | 11010 | 10111111 | 1010101 | 101000 |
Color Harmonies of #0F9CBC
Complementary color
Monochromatic Colors of #0F9CBC
Black with #0F9CBC
Text Example
Text Example
White with #0F9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9CBC; }
p { color: rgb(15,156,188); }
H1.HeaderClassName
{
color: #0F9CBC;
}
.AnyTagClassName
{
color: #0F9CBC;
}
</style>
background-color css
<style>
a { background-color: #0F9CBC; }
a { background-color: rgb(15,156,188); }
div.DivClassName
{
background-color: #0F9CBC;
}
.BgClassName
{
background-color: #0F9CBC;
}
</style>
border-color css
<style>
span { border-color: #0F9CBC; }
span { border-color: rgb(15,156,188); }
td.TdClassName
{
border-color: #0F9CBC;
}
.TagClassName
{
border-color: #0F9CBC;
}
</style>