Shades of Pacific Blue #0F96C6
Tints of Pacific Blue #0F96C6
RGB
CMYK
RGB Variations
Color information
#0F96C6 (or 0x0F96C6) is known color: Pacific Blue. HEX triplet: 0F, 96 and C6. RGB value is (15,150,198). Sum of RGB (Red+Green+Blue) = 15+150+198=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #0F96C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F96C6 is #F06939. Grayscale: #727272. Windows color (decimal): -15755578 or 13014543. OLE color: 13014543.
HSL color Cylindrical-coordinate representation of color #0F96C6: hue angle of 195.74º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F96C6 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 150 | 198 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.22 |
| HSL | 195.74º | 0.86% | 0.42% | - |
| HSV(B) | 195.74º | 0.92% | 0.78% | - |
| XYZ | 21.3 | 25.99 | 57.32 | - |
| YUV | 115.11 | 174.77 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 198 | 0.92 | 0.24 | 0 | 0.22 | 195.74 | 0.86 | 0.42 |
| Hex | F | 96 | C6 | 5C | 18 | 0 | 16 | C4 | 56 | 2A |
| Octal | 17 | 226 | 306 | 134 | 30 | 0 | 26 | 304 | 126 | 52 |
| Binary | 1111 | 10010110 | 11000110 | 1011100 | 11000 | 0 | 10110 | 11000100 | 1010110 | 101010 |
Color Harmonies of #0F96C6
Complementary color
Monochromatic Colors of #0F96C6
Black with #0F96C6
Text Example
Text Example
White with #0F96C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F96C6; }
p { color: rgb(15,150,198); }
H1.HeaderClassName
{
color: #0F96C6;
}
.AnyTagClassName
{
color: #0F96C6;
}
</style>
background-color css
<style>
a { background-color: #0F96C6; }
a { background-color: rgb(15,150,198); }
div.DivClassName
{
background-color: #0F96C6;
}
.BgClassName
{
background-color: #0F96C6;
}
</style>
border-color css
<style>
span { border-color: #0F96C6; }
span { border-color: rgb(15,150,198); }
td.TdClassName
{
border-color: #0F96C6;
}
.TagClassName
{
border-color: #0F96C6;
}
</style>