Shades of Pacific Blue #0FA3BC
Tints of Pacific Blue #0FA3BC
RGB
CMYK
RGB Variations
Color information
#0FA3BC (or 0x0FA3BC) is known color: Pacific Blue. HEX triplet: 0F, A3 and BC. RGB value is (15,163,188). Sum of RGB (Red+Green+Blue) = 15+163+188=366 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.10% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FA3BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA3BC is #F05C43. Grayscale: #797979. Windows color (decimal): -15752260 or 12362511. OLE color: 12362511.
HSL color Cylindrical-coordinate representation of color #0FA3BC: hue angle of 188.67º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FA3BC is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 163 | 188 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.26 |
| HSL | 188.67º | 0.85% | 0.4% | - |
| HSV(B) | 188.67º | 0.92% | 0.74% | - |
| XYZ | 22.37 | 29.93 | 52.17 | - |
| YUV | 121.6 | 165.47 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 188 | 0.92 | 0.13 | 0 | 0.26 | 188.67 | 0.85 | 0.4 |
| Hex | F | A3 | BC | 5C | D | 0 | 1A | BD | 55 | 28 |
| Octal | 17 | 243 | 274 | 134 | 15 | 0 | 32 | 275 | 125 | 50 |
| Binary | 1111 | 10100011 | 10111100 | 1011100 | 1101 | 0 | 11010 | 10111101 | 1010101 | 101000 |
Color Harmonies of #0FA3BC
Complementary color
Monochromatic Colors of #0FA3BC
Black with #0FA3BC
Text Example
Text Example
White with #0FA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA3BC; }
p { color: rgb(15,163,188); }
H1.HeaderClassName
{
color: #0FA3BC;
}
.AnyTagClassName
{
color: #0FA3BC;
}
</style>
background-color css
<style>
a { background-color: #0FA3BC; }
a { background-color: rgb(15,163,188); }
div.DivClassName
{
background-color: #0FA3BC;
}
.BgClassName
{
background-color: #0FA3BC;
}
</style>
border-color css
<style>
span { border-color: #0FA3BC; }
span { border-color: rgb(15,163,188); }
td.TdClassName
{
border-color: #0FA3BC;
}
.TagClassName
{
border-color: #0FA3BC;
}
</style>