Shades of Pacific Blue #0F9FDF
Tints of Pacific Blue #0F9FDF
RGB
CMYK
RGB Variations
Color information
#0F9FDF (or 0x0F9FDF) is known color: Pacific Blue. HEX triplet: 0F, 9F and DF. RGB value is (15,159,223). Sum of RGB (Red+Green+Blue) = 15+159+223=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F9FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9FDF is #F06020. Grayscale: #7A7A7A. Windows color (decimal): -15753249 or 14655247. OLE color: 14655247.
HSL color Cylindrical-coordinate representation of color #0F9FDF: hue angle of 198.46º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F9FDF is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 159 | 223 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.13 |
| HSL | 198.46º | 0.87% | 0.47% | - |
| HSV(B) | 198.46º | 0.93% | 0.87% | - |
| XYZ | 25.91 | 30.23 | 74.28 | - |
| YUV | 123.24 | 184.29 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 159 | 223 | 0.93 | 0.29 | 0 | 0.13 | 198.46 | 0.87 | 0.47 |
| Hex | F | 9F | DF | 5D | 1D | 0 | D | C6 | 57 | 2F |
| Octal | 17 | 237 | 337 | 135 | 35 | 0 | 15 | 306 | 127 | 57 |
| Binary | 1111 | 10011111 | 11011111 | 1011101 | 11101 | 0 | 1101 | 11000110 | 1010111 | 101111 |
Color Harmonies of #0F9FDF
Complementary color
Monochromatic Colors of #0F9FDF
Black with #0F9FDF
Text Example
Text Example
White with #0F9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9FDF; }
p { color: rgb(15,159,223); }
H1.HeaderClassName
{
color: #0F9FDF;
}
.AnyTagClassName
{
color: #0F9FDF;
}
</style>
background-color css
<style>
a { background-color: #0F9FDF; }
a { background-color: rgb(15,159,223); }
div.DivClassName
{
background-color: #0F9FDF;
}
.BgClassName
{
background-color: #0F9FDF;
}
</style>
border-color css
<style>
span { border-color: #0F9FDF; }
span { border-color: rgb(15,159,223); }
td.TdClassName
{
border-color: #0F9FDF;
}
.TagClassName
{
border-color: #0F9FDF;
}
</style>