Shades of Pacific Blue #0F9FBC
Tints of Pacific Blue #0F9FBC
RGB
CMYK
RGB Variations
Color information
#0F9FBC (or 0x0F9FBC) is known color: Pacific Blue. HEX triplet: 0F, 9F and BC. RGB value is (15,159,188). Sum of RGB (Red+Green+Blue) = 15+159+188=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F9FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9FBC is #F06043. Grayscale: #767676. Windows color (decimal): -15753284 or 12361487. OLE color: 12361487.
HSL color Cylindrical-coordinate representation of color #0F9FBC: hue angle of 190.06º 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 #0F9FBC is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 159 | 188 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.26 |
| HSL | 190.06º | 0.85% | 0.4% | - |
| HSV(B) | 190.06º | 0.92% | 0.74% | - |
| XYZ | 21.67 | 28.53 | 51.94 | - |
| YUV | 119.25 | 166.79 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 159 | 188 | 0.92 | 0.15 | 0 | 0.26 | 190.06 | 0.85 | 0.4 |
| Hex | F | 9F | BC | 5C | F | 0 | 1A | BE | 55 | 28 |
| Octal | 17 | 237 | 274 | 134 | 17 | 0 | 32 | 276 | 125 | 50 |
| Binary | 1111 | 10011111 | 10111100 | 1011100 | 1111 | 0 | 11010 | 10111110 | 1010101 | 101000 |
Color Harmonies of #0F9FBC
Complementary color
Monochromatic Colors of #0F9FBC
Black with #0F9FBC
Text Example
Text Example
White with #0F9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9FBC; }
p { color: rgb(15,159,188); }
H1.HeaderClassName
{
color: #0F9FBC;
}
.AnyTagClassName
{
color: #0F9FBC;
}
</style>
background-color css
<style>
a { background-color: #0F9FBC; }
a { background-color: rgb(15,159,188); }
div.DivClassName
{
background-color: #0F9FBC;
}
.BgClassName
{
background-color: #0F9FBC;
}
</style>
border-color css
<style>
span { border-color: #0F9FBC; }
span { border-color: rgb(15,159,188); }
td.TdClassName
{
border-color: #0F9FBC;
}
.TagClassName
{
border-color: #0F9FBC;
}
</style>