Shades of Pacific Blue #0F94CF
Tints of Pacific Blue #0F94CF
RGB
CMYK
RGB Variations
Color information
#0F94CF (or 0x0F94CF) is known color: Pacific Blue. HEX triplet: 0F, 94 and CF. RGB value is (15,148,207). Sum of RGB (Red+Green+Blue) = 15+148+207=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F94CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F94CF is #F06B30. Grayscale: #727272. Windows color (decimal): -15756081 or 13603855. OLE color: 13603855.
HSL color Cylindrical-coordinate representation of color #0F94CF: hue angle of 198.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F94CF is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 148 | 207 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.19 |
| HSL | 198.44º | 0.86% | 0.44% | - |
| HSV(B) | 198.44º | 0.93% | 0.81% | - |
| XYZ | 22.05 | 25.79 | 62.85 | - |
| YUV | 114.96 | 179.94 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 207 | 0.93 | 0.29 | 0 | 0.19 | 198.44 | 0.86 | 0.44 |
| Hex | F | 94 | CF | 5D | 1D | 0 | 13 | C6 | 56 | 2C |
| Octal | 17 | 224 | 317 | 135 | 35 | 0 | 23 | 306 | 126 | 54 |
| Binary | 1111 | 10010100 | 11001111 | 1011101 | 11101 | 0 | 10011 | 11000110 | 1010110 | 101100 |
Color Harmonies of #0F94CF
Complementary color
Monochromatic Colors of #0F94CF
Black with #0F94CF
Text Example
Text Example
White with #0F94CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F94CF; }
p { color: rgb(15,148,207); }
H1.HeaderClassName
{
color: #0F94CF;
}
.AnyTagClassName
{
color: #0F94CF;
}
</style>
background-color css
<style>
a { background-color: #0F94CF; }
a { background-color: rgb(15,148,207); }
div.DivClassName
{
background-color: #0F94CF;
}
.BgClassName
{
background-color: #0F94CF;
}
</style>
border-color css
<style>
span { border-color: #0F94CF; }
span { border-color: rgb(15,148,207); }
td.TdClassName
{
border-color: #0F94CF;
}
.TagClassName
{
border-color: #0F94CF;
}
</style>