Shades of Pacific Blue #0F9DBD
Tints of Pacific Blue #0F9DBD
RGB
CMYK
RGB Variations
Color information
#0F9DBD (or 0x0F9DBD) is known color: Pacific Blue. HEX triplet: 0F, 9D and BD. RGB value is (15,157,189). Sum of RGB (Red+Green+Blue) = 15+157+189=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F9DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9DBD is #F06242. Grayscale: #757575. Windows color (decimal): -15753795 or 12426511. OLE color: 12426511.
HSL color Cylindrical-coordinate representation of color #0F9DBD: hue angle of 191.03º 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 #0F9DBD is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 157 | 189 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.26 |
| HSL | 191.03º | 0.85% | 0.4% | - |
| HSV(B) | 191.03º | 0.92% | 0.74% | - |
| XYZ | 21.44 | 27.89 | 52.4 | - |
| YUV | 118.19 | 167.96 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 157 | 189 | 0.92 | 0.17 | 0 | 0.26 | 191.03 | 0.85 | 0.4 |
| Hex | F | 9D | BD | 5C | 11 | 0 | 1A | BF | 55 | 28 |
| Octal | 17 | 235 | 275 | 134 | 21 | 0 | 32 | 277 | 125 | 50 |
| Binary | 1111 | 10011101 | 10111101 | 1011100 | 10001 | 0 | 11010 | 10111111 | 1010101 | 101000 |
Color Harmonies of #0F9DBD
Complementary color
Monochromatic Colors of #0F9DBD
Black with #0F9DBD
Text Example
Text Example
White with #0F9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9DBD; }
p { color: rgb(15,157,189); }
H1.HeaderClassName
{
color: #0F9DBD;
}
.AnyTagClassName
{
color: #0F9DBD;
}
</style>
background-color css
<style>
a { background-color: #0F9DBD; }
a { background-color: rgb(15,157,189); }
div.DivClassName
{
background-color: #0F9DBD;
}
.BgClassName
{
background-color: #0F9DBD;
}
</style>
border-color css
<style>
span { border-color: #0F9DBD; }
span { border-color: rgb(15,157,189); }
td.TdClassName
{
border-color: #0F9DBD;
}
.TagClassName
{
border-color: #0F9DBD;
}
</style>