Shades of Pacific Blue #0F97DF
Tints of Pacific Blue #0F97DF
RGB
CMYK
RGB Variations
Color information
#0F97DF (or 0x0F97DF) is known color: Pacific Blue. HEX triplet: 0F, 97 and DF. RGB value is (15,151,223). Sum of RGB (Red+Green+Blue) = 15+151+223=389 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.86% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F97DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F97DF is #F06820. Grayscale: #767676. Windows color (decimal): -15755297 or 14653199. OLE color: 14653199.
HSL color Cylindrical-coordinate representation of color #0F97DF: hue angle of 200.77º 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 #0F97DF is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 151 | 223 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.13 |
| HSL | 200.77º | 0.87% | 0.47% | - |
| HSV(B) | 200.77º | 0.93% | 0.87% | - |
| XYZ | 24.58 | 27.56 | 73.84 | - |
| YUV | 118.54 | 186.94 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 223 | 0.93 | 0.32 | 0 | 0.13 | 200.77 | 0.87 | 0.47 |
| Hex | F | 97 | DF | 5D | 20 | 0 | D | C9 | 57 | 2F |
| Octal | 17 | 227 | 337 | 135 | 40 | 0 | 15 | 311 | 127 | 57 |
| Binary | 1111 | 10010111 | 11011111 | 1011101 | 100000 | 0 | 1101 | 11001001 | 1010111 | 101111 |
Color Harmonies of #0F97DF
Complementary color
Monochromatic Colors of #0F97DF
Black with #0F97DF
Text Example
Text Example
White with #0F97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F97DF; }
p { color: rgb(15,151,223); }
H1.HeaderClassName
{
color: #0F97DF;
}
.AnyTagClassName
{
color: #0F97DF;
}
</style>
background-color css
<style>
a { background-color: #0F97DF; }
a { background-color: rgb(15,151,223); }
div.DivClassName
{
background-color: #0F97DF;
}
.BgClassName
{
background-color: #0F97DF;
}
</style>
border-color css
<style>
span { border-color: #0F97DF; }
span { border-color: rgb(15,151,223); }
td.TdClassName
{
border-color: #0F97DF;
}
.TagClassName
{
border-color: #0F97DF;
}
</style>