Shades of Pacific Blue #0FA2BC
Tints of Pacific Blue #0FA2BC
RGB
CMYK
RGB Variations
Color information
#0FA2BC (or 0x0FA2BC) is known color: Pacific Blue. HEX triplet: 0F, A2 and BC. RGB value is (15,162,188). Sum of RGB (Red+Green+Blue) = 15+162+188=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FA2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA2BC is #F05D43. Grayscale: #787878. Windows color (decimal): -15752516 or 12362255. OLE color: 12362255.
HSL color Cylindrical-coordinate representation of color #0FA2BC: hue angle of 189.02º 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 #0FA2BC is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 162 | 188 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.26 |
| HSL | 189.02º | 0.85% | 0.4% | - |
| HSV(B) | 189.02º | 0.92% | 0.74% | - |
| XYZ | 22.19 | 29.57 | 52.12 | - |
| YUV | 121.01 | 165.8 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 188 | 0.92 | 0.14 | 0 | 0.26 | 189.02 | 0.85 | 0.4 |
| Hex | F | A2 | BC | 5C | E | 0 | 1A | BD | 55 | 28 |
| Octal | 17 | 242 | 274 | 134 | 16 | 0 | 32 | 275 | 125 | 50 |
| Binary | 1111 | 10100010 | 10111100 | 1011100 | 1110 | 0 | 11010 | 10111101 | 1010101 | 101000 |
Color Harmonies of #0FA2BC
Complementary color
Monochromatic Colors of #0FA2BC
Black with #0FA2BC
Text Example
Text Example
White with #0FA2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA2BC; }
p { color: rgb(15,162,188); }
H1.HeaderClassName
{
color: #0FA2BC;
}
.AnyTagClassName
{
color: #0FA2BC;
}
</style>
background-color css
<style>
a { background-color: #0FA2BC; }
a { background-color: rgb(15,162,188); }
div.DivClassName
{
background-color: #0FA2BC;
}
.BgClassName
{
background-color: #0FA2BC;
}
</style>
border-color css
<style>
span { border-color: #0FA2BC; }
span { border-color: rgb(15,162,188); }
td.TdClassName
{
border-color: #0FA2BC;
}
.TagClassName
{
border-color: #0FA2BC;
}
</style>