Shades of Pacific Blue #0FA6BC
Tints of Pacific Blue #0FA6BC
RGB
CMYK
RGB Variations
Color information
#0FA6BC (or 0x0FA6BC) is known color: Pacific Blue. HEX triplet: 0F, A6 and BC. RGB value is (15,166,188). Sum of RGB (Red+Green+Blue) = 15+166+188=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FA6BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA6BC is #F05943. Grayscale: #7B7B7B. Windows color (decimal): -15751492 or 12363279. OLE color: 12363279.
HSL color Cylindrical-coordinate representation of color #0FA6BC: hue angle of 187.63º 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 #0FA6BC is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 166 | 188 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.26 |
| HSL | 187.63º | 0.85% | 0.4% | - |
| HSV(B) | 187.63º | 0.92% | 0.74% | - |
| XYZ | 22.91 | 31 | 52.35 | - |
| YUV | 123.36 | 164.47 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 188 | 0.92 | 0.12 | 0 | 0.26 | 187.63 | 0.85 | 0.4 |
| Hex | F | A6 | BC | 5C | C | 0 | 1A | BC | 55 | 28 |
| Octal | 17 | 246 | 274 | 134 | 14 | 0 | 32 | 274 | 125 | 50 |
| Binary | 1111 | 10100110 | 10111100 | 1011100 | 1100 | 0 | 11010 | 10111100 | 1010101 | 101000 |
Color Harmonies of #0FA6BC
Complementary color
Monochromatic Colors of #0FA6BC
Black with #0FA6BC
Text Example
Text Example
White with #0FA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA6BC; }
p { color: rgb(15,166,188); }
H1.HeaderClassName
{
color: #0FA6BC;
}
.AnyTagClassName
{
color: #0FA6BC;
}
</style>
background-color css
<style>
a { background-color: #0FA6BC; }
a { background-color: rgb(15,166,188); }
div.DivClassName
{
background-color: #0FA6BC;
}
.BgClassName
{
background-color: #0FA6BC;
}
</style>
border-color css
<style>
span { border-color: #0FA6BC; }
span { border-color: rgb(15,166,188); }
td.TdClassName
{
border-color: #0FA6BC;
}
.TagClassName
{
border-color: #0FA6BC;
}
</style>