Shades of Pacific Blue #0F9BBF
Tints of Pacific Blue #0F9BBF
RGB
CMYK
RGB Variations
Color information
#0F9BBF (or 0x0F9BBF) is known color: Pacific Blue. HEX triplet: 0F, 9B and BF. RGB value is (15,155,191). Sum of RGB (Red+Green+Blue) = 15+155+191=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F9BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9BBF is #F06440. Grayscale: #747474. Windows color (decimal): -15754305 or 12557071. OLE color: 12557071.
HSL color Cylindrical-coordinate representation of color #0F9BBF: hue angle of 192.27º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F9BBF is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 155 | 191 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.25 |
| HSL | 192.27º | 0.85% | 0.4% | - |
| HSV(B) | 192.27º | 0.92% | 0.75% | - |
| XYZ | 21.32 | 27.31 | 53.44 | - |
| YUV | 117.24 | 169.62 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 155 | 191 | 0.92 | 0.19 | 0 | 0.25 | 192.27 | 0.85 | 0.4 |
| Hex | F | 9B | BF | 5C | 13 | 0 | 19 | C0 | 55 | 28 |
| Octal | 17 | 233 | 277 | 134 | 23 | 0 | 31 | 300 | 125 | 50 |
| Binary | 1111 | 10011011 | 10111111 | 1011100 | 10011 | 0 | 11001 | 11000000 | 1010101 | 101000 |
Color Harmonies of #0F9BBF
Complementary color
Monochromatic Colors of #0F9BBF
Black with #0F9BBF
Text Example
Text Example
White with #0F9BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9BBF; }
p { color: rgb(15,155,191); }
H1.HeaderClassName
{
color: #0F9BBF;
}
.AnyTagClassName
{
color: #0F9BBF;
}
</style>
background-color css
<style>
a { background-color: #0F9BBF; }
a { background-color: rgb(15,155,191); }
div.DivClassName
{
background-color: #0F9BBF;
}
.BgClassName
{
background-color: #0F9BBF;
}
</style>
border-color css
<style>
span { border-color: #0F9BBF; }
span { border-color: rgb(15,155,191); }
td.TdClassName
{
border-color: #0F9BBF;
}
.TagClassName
{
border-color: #0F9BBF;
}
</style>