Shades of Pacific Blue #0FA7BC
Tints of Pacific Blue #0FA7BC
RGB
CMYK
RGB Variations
Color information
#0FA7BC (or 0x0FA7BC) is known color: Pacific Blue. HEX triplet: 0F, A7 and BC. RGB value is (15,167,188). Sum of RGB (Red+Green+Blue) = 15+167+188=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FA7BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA7BC is #F05843. Grayscale: #7B7B7B. Windows color (decimal): -15751236 or 12363535. OLE color: 12363535.
HSL color Cylindrical-coordinate representation of color #0FA7BC: hue angle of 187.28º 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 #0FA7BC is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 167 | 188 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.26 |
| HSL | 187.28º | 0.85% | 0.4% | - |
| HSV(B) | 187.28º | 0.92% | 0.74% | - |
| XYZ | 23.09 | 31.37 | 52.41 | - |
| YUV | 123.95 | 164.14 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 188 | 0.92 | 0.11 | 0 | 0.26 | 187.28 | 0.85 | 0.4 |
| Hex | F | A7 | BC | 5C | B | 0 | 1A | BB | 55 | 28 |
| Octal | 17 | 247 | 274 | 134 | 13 | 0 | 32 | 273 | 125 | 50 |
| Binary | 1111 | 10100111 | 10111100 | 1011100 | 1011 | 0 | 11010 | 10111011 | 1010101 | 101000 |
Color Harmonies of #0FA7BC
Complementary color
Monochromatic Colors of #0FA7BC
Black with #0FA7BC
Text Example
Text Example
White with #0FA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA7BC; }
p { color: rgb(15,167,188); }
H1.HeaderClassName
{
color: #0FA7BC;
}
.AnyTagClassName
{
color: #0FA7BC;
}
</style>
background-color css
<style>
a { background-color: #0FA7BC; }
a { background-color: rgb(15,167,188); }
div.DivClassName
{
background-color: #0FA7BC;
}
.BgClassName
{
background-color: #0FA7BC;
}
</style>
border-color css
<style>
span { border-color: #0FA7BC; }
span { border-color: rgb(15,167,188); }
td.TdClassName
{
border-color: #0FA7BC;
}
.TagClassName
{
border-color: #0FA7BC;
}
</style>