Shades of Pacific Blue #0F9FDC
Tints of Pacific Blue #0F9FDC
RGB
CMYK
RGB Variations
Color information
#0F9FDC (or 0x0F9FDC) is known color: Pacific Blue. HEX triplet: 0F, 9F and DC. RGB value is (15,159,220). Sum of RGB (Red+Green+Blue) = 15+159+220=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F9FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9FDC is #F06023. Grayscale: #7A7A7A. Windows color (decimal): -15753252 or 14458639. OLE color: 14458639.
HSL color Cylindrical-coordinate representation of color #0F9FDC: hue angle of 197.85º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F9FDC is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 159 | 220 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.14 |
| HSL | 197.85º | 0.87% | 0.46% | - |
| HSV(B) | 197.85º | 0.93% | 0.86% | - |
| XYZ | 25.51 | 30.07 | 72.17 | - |
| YUV | 122.9 | 182.79 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 159 | 220 | 0.93 | 0.28 | 0 | 0.14 | 197.85 | 0.87 | 0.46 |
| Hex | F | 9F | DC | 5D | 1C | 0 | E | C6 | 57 | 2E |
| Octal | 17 | 237 | 334 | 135 | 34 | 0 | 16 | 306 | 127 | 56 |
| Binary | 1111 | 10011111 | 11011100 | 1011101 | 11100 | 0 | 1110 | 11000110 | 1010111 | 101110 |
Color Harmonies of #0F9FDC
Complementary color
Monochromatic Colors of #0F9FDC
Black with #0F9FDC
Text Example
Text Example
White with #0F9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9FDC; }
p { color: rgb(15,159,220); }
H1.HeaderClassName
{
color: #0F9FDC;
}
.AnyTagClassName
{
color: #0F9FDC;
}
</style>
background-color css
<style>
a { background-color: #0F9FDC; }
a { background-color: rgb(15,159,220); }
div.DivClassName
{
background-color: #0F9FDC;
}
.BgClassName
{
background-color: #0F9FDC;
}
</style>
border-color css
<style>
span { border-color: #0F9FDC; }
span { border-color: rgb(15,159,220); }
td.TdClassName
{
border-color: #0F9FDC;
}
.TagClassName
{
border-color: #0F9FDC;
}
</style>