Shades of Pacific Blue #0F9CBF
Tints of Pacific Blue #0F9CBF
RGB
CMYK
RGB Variations
Color information
#0F9CBF (or 0x0F9CBF) is known color: Pacific Blue. HEX triplet: 0F, 9C and BF. RGB value is (15,156,191). Sum of RGB (Red+Green+Blue) = 15+156+191=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F9CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9CBF is #F06340. Grayscale: #757575. Windows color (decimal): -15754049 or 12557327. OLE color: 12557327.
HSL color Cylindrical-coordinate representation of color #0F9CBF: hue angle of 191.93º 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 #0F9CBF is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 156 | 191 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.25 |
| HSL | 191.93º | 0.85% | 0.4% | - |
| HSV(B) | 191.93º | 0.92% | 0.75% | - |
| XYZ | 21.49 | 27.64 | 53.49 | - |
| YUV | 117.83 | 169.29 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 191 | 0.92 | 0.18 | 0 | 0.25 | 191.93 | 0.85 | 0.4 |
| Hex | F | 9C | BF | 5C | 12 | 0 | 19 | C0 | 55 | 28 |
| Octal | 17 | 234 | 277 | 134 | 22 | 0 | 31 | 300 | 125 | 50 |
| Binary | 1111 | 10011100 | 10111111 | 1011100 | 10010 | 0 | 11001 | 11000000 | 1010101 | 101000 |
Color Harmonies of #0F9CBF
Complementary color
Monochromatic Colors of #0F9CBF
Black with #0F9CBF
Text Example
Text Example
White with #0F9CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9CBF; }
p { color: rgb(15,156,191); }
H1.HeaderClassName
{
color: #0F9CBF;
}
.AnyTagClassName
{
color: #0F9CBF;
}
</style>
background-color css
<style>
a { background-color: #0F9CBF; }
a { background-color: rgb(15,156,191); }
div.DivClassName
{
background-color: #0F9CBF;
}
.BgClassName
{
background-color: #0F9CBF;
}
</style>
border-color css
<style>
span { border-color: #0F9CBF; }
span { border-color: rgb(15,156,191); }
td.TdClassName
{
border-color: #0F9CBF;
}
.TagClassName
{
border-color: #0F9CBF;
}
</style>