Shades of Pacific Blue #0F99BE
Tints of Pacific Blue #0F99BE
RGB
CMYK
RGB Variations
Color information
#0F99BE (or 0x0F99BE) is known color: Pacific Blue. HEX triplet: 0F, 99 and BE. RGB value is (15,153,190). Sum of RGB (Red+Green+Blue) = 15+153+190=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F99BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F99BE is #F06641. Grayscale: #737373. Windows color (decimal): -15754818 or 12491023. OLE color: 12491023.
HSL color Cylindrical-coordinate representation of color #0F99BE: hue angle of 192.69º 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 #0F99BE is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 153 | 190 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.25 |
| HSL | 192.69º | 0.85% | 0.4% | - |
| HSV(B) | 192.69º | 0.92% | 0.75% | - |
| XYZ | 20.88 | 26.6 | 52.75 | - |
| YUV | 115.96 | 169.78 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 190 | 0.92 | 0.19 | 0 | 0.25 | 192.69 | 0.85 | 0.4 |
| Hex | F | 99 | BE | 5C | 13 | 0 | 19 | C1 | 55 | 28 |
| Octal | 17 | 231 | 276 | 134 | 23 | 0 | 31 | 301 | 125 | 50 |
| Binary | 1111 | 10011001 | 10111110 | 1011100 | 10011 | 0 | 11001 | 11000001 | 1010101 | 101000 |
Color Harmonies of #0F99BE
Complementary color
Monochromatic Colors of #0F99BE
Black with #0F99BE
Text Example
Text Example
White with #0F99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F99BE; }
p { color: rgb(15,153,190); }
H1.HeaderClassName
{
color: #0F99BE;
}
.AnyTagClassName
{
color: #0F99BE;
}
</style>
background-color css
<style>
a { background-color: #0F99BE; }
a { background-color: rgb(15,153,190); }
div.DivClassName
{
background-color: #0F99BE;
}
.BgClassName
{
background-color: #0F99BE;
}
</style>
border-color css
<style>
span { border-color: #0F99BE; }
span { border-color: rgb(15,153,190); }
td.TdClassName
{
border-color: #0F99BE;
}
.TagClassName
{
border-color: #0F99BE;
}
</style>