Shades of Pacific Blue #0F99BD
Tints of Pacific Blue #0F99BD
RGB
CMYK
RGB Variations
Color information
#0F99BD (or 0x0F99BD) is known color: Pacific Blue. HEX triplet: 0F, 99 and BD. RGB value is (15,153,189). Sum of RGB (Red+Green+Blue) = 15+153+189=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F99BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F99BD is #F06642. Grayscale: #737373. Windows color (decimal): -15754819 or 12425487. OLE color: 12425487.
HSL color Cylindrical-coordinate representation of color #0F99BD: hue angle of 192.41º 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 #0F99BD is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 153 | 189 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.26 |
| HSL | 192.41º | 0.85% | 0.4% | - |
| HSV(B) | 192.41º | 0.92% | 0.74% | - |
| XYZ | 20.77 | 26.56 | 52.18 | - |
| YUV | 115.84 | 169.28 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 189 | 0.92 | 0.19 | 0 | 0.26 | 192.41 | 0.85 | 0.4 |
| Hex | F | 99 | BD | 5C | 13 | 0 | 1A | C0 | 55 | 28 |
| Octal | 17 | 231 | 275 | 134 | 23 | 0 | 32 | 300 | 125 | 50 |
| Binary | 1111 | 10011001 | 10111101 | 1011100 | 10011 | 0 | 11010 | 11000000 | 1010101 | 101000 |
Color Harmonies of #0F99BD
Complementary color
Monochromatic Colors of #0F99BD
Black with #0F99BD
Text Example
Text Example
White with #0F99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F99BD; }
p { color: rgb(15,153,189); }
H1.HeaderClassName
{
color: #0F99BD;
}
.AnyTagClassName
{
color: #0F99BD;
}
</style>
background-color css
<style>
a { background-color: #0F99BD; }
a { background-color: rgb(15,153,189); }
div.DivClassName
{
background-color: #0F99BD;
}
.BgClassName
{
background-color: #0F99BD;
}
</style>
border-color css
<style>
span { border-color: #0F99BD; }
span { border-color: rgb(15,153,189); }
td.TdClassName
{
border-color: #0F99BD;
}
.TagClassName
{
border-color: #0F99BD;
}
</style>