Shades of Pacific Blue #0F9EBB
Tints of Pacific Blue #0F9EBB
RGB
CMYK
RGB Variations
Color information
#0F9EBB (or 0x0F9EBB) is known color: Pacific Blue. HEX triplet: 0F, 9E and BB. RGB value is (15,158,187). Sum of RGB (Red+Green+Blue) = 15+158+187=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F9EBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9EBB is #F06144. Grayscale: #767676. Windows color (decimal): -15753541 or 12295695. OLE color: 12295695.
HSL color Cylindrical-coordinate representation of color #0F9EBB: hue angle of 190.12º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F9EBB is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 158 | 187 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.27 |
| HSL | 190.12º | 0.85% | 0.4% | - |
| HSV(B) | 190.12º | 0.92% | 0.73% | - |
| XYZ | 21.39 | 28.14 | 51.32 | - |
| YUV | 118.55 | 166.62 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 158 | 187 | 0.92 | 0.16 | 0 | 0.27 | 190.12 | 0.85 | 0.4 |
| Hex | F | 9E | BB | 5C | 10 | 0 | 1B | BE | 55 | 28 |
| Octal | 17 | 236 | 273 | 134 | 20 | 0 | 33 | 276 | 125 | 50 |
| Binary | 1111 | 10011110 | 10111011 | 1011100 | 10000 | 0 | 11011 | 10111110 | 1010101 | 101000 |
Color Harmonies of #0F9EBB
Complementary color
Monochromatic Colors of #0F9EBB
Black with #0F9EBB
Text Example
Text Example
White with #0F9EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9EBB; }
p { color: rgb(15,158,187); }
H1.HeaderClassName
{
color: #0F9EBB;
}
.AnyTagClassName
{
color: #0F9EBB;
}
</style>
background-color css
<style>
a { background-color: #0F9EBB; }
a { background-color: rgb(15,158,187); }
div.DivClassName
{
background-color: #0F9EBB;
}
.BgClassName
{
background-color: #0F9EBB;
}
</style>
border-color css
<style>
span { border-color: #0F9EBB; }
span { border-color: rgb(15,158,187); }
td.TdClassName
{
border-color: #0F9EBB;
}
.TagClassName
{
border-color: #0F9EBB;
}
</style>