Shades of Pacific Blue #0FA2BE
Tints of Pacific Blue #0FA2BE
RGB
CMYK
RGB Variations
Color information
#0FA2BE (or 0x0FA2BE) is known color: Pacific Blue. HEX triplet: 0F, A2 and BE. RGB value is (15,162,190). Sum of RGB (Red+Green+Blue) = 15+162+190=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FA2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA2BE is #F05D41. Grayscale: #787878. Windows color (decimal): -15752514 or 12493327. OLE color: 12493327.
HSL color Cylindrical-coordinate representation of color #0FA2BE: hue angle of 189.6º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FA2BE is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 162 | 190 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.25 |
| HSL | 189.6º | 0.85% | 0.4% | - |
| HSV(B) | 189.6º | 0.92% | 0.75% | - |
| XYZ | 22.41 | 29.66 | 53.26 | - |
| YUV | 121.24 | 166.8 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 190 | 0.92 | 0.15 | 0 | 0.25 | 189.6 | 0.85 | 0.4 |
| Hex | F | A2 | BE | 5C | F | 0 | 19 | BE | 55 | 28 |
| Octal | 17 | 242 | 276 | 134 | 17 | 0 | 31 | 276 | 125 | 50 |
| Binary | 1111 | 10100010 | 10111110 | 1011100 | 1111 | 0 | 11001 | 10111110 | 1010101 | 101000 |
Color Harmonies of #0FA2BE
Complementary color
Monochromatic Colors of #0FA2BE
Black with #0FA2BE
Text Example
Text Example
White with #0FA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA2BE; }
p { color: rgb(15,162,190); }
H1.HeaderClassName
{
color: #0FA2BE;
}
.AnyTagClassName
{
color: #0FA2BE;
}
</style>
background-color css
<style>
a { background-color: #0FA2BE; }
a { background-color: rgb(15,162,190); }
div.DivClassName
{
background-color: #0FA2BE;
}
.BgClassName
{
background-color: #0FA2BE;
}
</style>
border-color css
<style>
span { border-color: #0FA2BE; }
span { border-color: rgb(15,162,190); }
td.TdClassName
{
border-color: #0FA2BE;
}
.TagClassName
{
border-color: #0FA2BE;
}
</style>