Shades of Pacific Blue #0F95DF
Tints of Pacific Blue #0F95DF
RGB
CMYK
RGB Variations
Color information
#0F95DF (or 0x0F95DF) is known color: Pacific Blue. HEX triplet: 0F, 95 and DF. RGB value is (15,149,223). Sum of RGB (Red+Green+Blue) = 15+149+223=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F95DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F95DF is #F06A20. Grayscale: #747474. Windows color (decimal): -15755809 or 14652687. OLE color: 14652687.
HSL color Cylindrical-coordinate representation of color #0F95DF: hue angle of 201.35º 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 #0F95DF is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 149 | 223 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.13 |
| HSL | 201.35º | 0.87% | 0.47% | - |
| HSV(B) | 201.35º | 0.93% | 0.87% | - |
| XYZ | 24.26 | 26.92 | 73.73 | - |
| YUV | 117.37 | 187.61 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 223 | 0.93 | 0.33 | 0 | 0.13 | 201.35 | 0.87 | 0.47 |
| Hex | F | 95 | DF | 5D | 21 | 0 | D | C9 | 57 | 2F |
| Octal | 17 | 225 | 337 | 135 | 41 | 0 | 15 | 311 | 127 | 57 |
| Binary | 1111 | 10010101 | 11011111 | 1011101 | 100001 | 0 | 1101 | 11001001 | 1010111 | 101111 |
Color Harmonies of #0F95DF
Complementary color
Monochromatic Colors of #0F95DF
Black with #0F95DF
Text Example
Text Example
White with #0F95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F95DF; }
p { color: rgb(15,149,223); }
H1.HeaderClassName
{
color: #0F95DF;
}
.AnyTagClassName
{
color: #0F95DF;
}
</style>
background-color css
<style>
a { background-color: #0F95DF; }
a { background-color: rgb(15,149,223); }
div.DivClassName
{
background-color: #0F95DF;
}
.BgClassName
{
background-color: #0F95DF;
}
</style>
border-color css
<style>
span { border-color: #0F95DF; }
span { border-color: rgb(15,149,223); }
td.TdClassName
{
border-color: #0F95DF;
}
.TagClassName
{
border-color: #0F95DF;
}
</style>