Shades of Pacific Blue #0F99C0
Tints of Pacific Blue #0F99C0
RGB
CMYK
RGB Variations
Color information
#0F99C0 (or 0x0F99C0) is known color: Pacific Blue. HEX triplet: 0F, 99 and C0. RGB value is (15,153,192). Sum of RGB (Red+Green+Blue) = 15+153+192=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F99C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F99C0 is #F0663F. Grayscale: #737373. Windows color (decimal): -15754816 or 12622095. OLE color: 12622095.
HSL color Cylindrical-coordinate representation of color #0F99C0: hue angle of 193.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F99C0 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 153 | 192 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.25 |
| HSL | 193.22º | 0.86% | 0.41% | - |
| HSV(B) | 193.22º | 0.92% | 0.75% | - |
| XYZ | 21.1 | 26.69 | 53.91 | - |
| YUV | 116.18 | 170.78 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 192 | 0.92 | 0.20 | 0 | 0.25 | 193.22 | 0.86 | 0.41 |
| Hex | F | 99 | C0 | 5C | 14 | 0 | 19 | C1 | 56 | 29 |
| Octal | 17 | 231 | 300 | 134 | 24 | 0 | 31 | 301 | 126 | 51 |
| Binary | 1111 | 10011001 | 11000000 | 1011100 | 10100 | 0 | 11001 | 11000001 | 1010110 | 101001 |
Color Harmonies of #0F99C0
Complementary color
Monochromatic Colors of #0F99C0
Black with #0F99C0
Text Example
Text Example
White with #0F99C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F99C0; }
p { color: rgb(15,153,192); }
H1.HeaderClassName
{
color: #0F99C0;
}
.AnyTagClassName
{
color: #0F99C0;
}
</style>
background-color css
<style>
a { background-color: #0F99C0; }
a { background-color: rgb(15,153,192); }
div.DivClassName
{
background-color: #0F99C0;
}
.BgClassName
{
background-color: #0F99C0;
}
</style>
border-color css
<style>
span { border-color: #0F99C0; }
span { border-color: rgb(15,153,192); }
td.TdClassName
{
border-color: #0F99C0;
}
.TagClassName
{
border-color: #0F99C0;
}
</style>