Shades of Pacific Blue #0F95DE
Tints of Pacific Blue #0F95DE
RGB
CMYK
RGB Variations
Color information
#0F95DE (or 0x0F95DE) is known color: Pacific Blue. HEX triplet: 0F, 95 and DE. RGB value is (15,149,222). Sum of RGB (Red+Green+Blue) = 15+149+222=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F95DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F95DE is #F06A21. Grayscale: #747474. Windows color (decimal): -15755810 or 14587151. OLE color: 14587151.
HSL color Cylindrical-coordinate representation of color #0F95DE: hue angle of 201.16º 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 #0F95DE is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 149 | 222 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.13 |
| HSL | 201.16º | 0.87% | 0.46% | - |
| HSV(B) | 201.16º | 0.93% | 0.87% | - |
| XYZ | 24.13 | 26.87 | 73.02 | - |
| YUV | 117.26 | 187.11 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 222 | 0.93 | 0.33 | 0 | 0.13 | 201.16 | 0.87 | 0.46 |
| Hex | F | 95 | DE | 5D | 21 | 0 | D | C9 | 57 | 2E |
| Octal | 17 | 225 | 336 | 135 | 41 | 0 | 15 | 311 | 127 | 56 |
| Binary | 1111 | 10010101 | 11011110 | 1011101 | 100001 | 0 | 1101 | 11001001 | 1010111 | 101110 |
Color Harmonies of #0F95DE
Complementary color
Monochromatic Colors of #0F95DE
Black with #0F95DE
Text Example
Text Example
White with #0F95DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F95DE; }
p { color: rgb(15,149,222); }
H1.HeaderClassName
{
color: #0F95DE;
}
.AnyTagClassName
{
color: #0F95DE;
}
</style>
background-color css
<style>
a { background-color: #0F95DE; }
a { background-color: rgb(15,149,222); }
div.DivClassName
{
background-color: #0F95DE;
}
.BgClassName
{
background-color: #0F95DE;
}
</style>
border-color css
<style>
span { border-color: #0F95DE; }
span { border-color: rgb(15,149,222); }
td.TdClassName
{
border-color: #0F95DE;
}
.TagClassName
{
border-color: #0F95DE;
}
</style>