Shades of Pacific Blue #0F9FDD
Tints of Pacific Blue #0F9FDD
RGB
CMYK
RGB Variations
Color information
#0F9FDD (or 0x0F9FDD) is known color: Pacific Blue. HEX triplet: 0F, 9F and DD. RGB value is (15,159,221). Sum of RGB (Red+Green+Blue) = 15+159+221=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F9FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9FDD is #F06022. Grayscale: #7A7A7A. Windows color (decimal): -15753251 or 14524175. OLE color: 14524175.
HSL color Cylindrical-coordinate representation of color #0F9FDD: hue angle of 198.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F9FDD is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 159 | 221 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.13 |
| HSL | 198.06º | 0.87% | 0.46% | - |
| HSV(B) | 198.06º | 0.93% | 0.87% | - |
| XYZ | 25.65 | 30.12 | 72.87 | - |
| YUV | 123.01 | 183.29 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 159 | 221 | 0.93 | 0.28 | 0 | 0.13 | 198.06 | 0.87 | 0.46 |
| Hex | F | 9F | DD | 5D | 1C | 0 | D | C6 | 57 | 2E |
| Octal | 17 | 237 | 335 | 135 | 34 | 0 | 15 | 306 | 127 | 56 |
| Binary | 1111 | 10011111 | 11011101 | 1011101 | 11100 | 0 | 1101 | 11000110 | 1010111 | 101110 |
Color Harmonies of #0F9FDD
Complementary color
Monochromatic Colors of #0F9FDD
Black with #0F9FDD
Text Example
Text Example
White with #0F9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9FDD; }
p { color: rgb(15,159,221); }
H1.HeaderClassName
{
color: #0F9FDD;
}
.AnyTagClassName
{
color: #0F9FDD;
}
</style>
background-color css
<style>
a { background-color: #0F9FDD; }
a { background-color: rgb(15,159,221); }
div.DivClassName
{
background-color: #0F9FDD;
}
.BgClassName
{
background-color: #0F9FDD;
}
</style>
border-color css
<style>
span { border-color: #0F9FDD; }
span { border-color: rgb(15,159,221); }
td.TdClassName
{
border-color: #0F9FDD;
}
.TagClassName
{
border-color: #0F9FDD;
}
</style>