Shades of Pacific Blue #0FA5BE
Tints of Pacific Blue #0FA5BE
RGB
CMYK
RGB Variations
Color information
#0FA5BE (or 0x0FA5BE) is known color: Pacific Blue. HEX triplet: 0F, A5 and BE. RGB value is (15,165,190). Sum of RGB (Red+Green+Blue) = 15+165+190=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FA5BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA5BE is #F05A41. Grayscale: #7A7A7A. Windows color (decimal): -15751746 or 12494095. OLE color: 12494095.
HSL color Cylindrical-coordinate representation of color #0FA5BE: hue angle of 188.57º 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 #0FA5BE is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 165 | 190 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.25 |
| HSL | 188.57º | 0.85% | 0.4% | - |
| HSV(B) | 188.57º | 0.92% | 0.75% | - |
| XYZ | 22.95 | 30.73 | 53.44 | - |
| YUV | 123 | 165.81 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 165 | 190 | 0.92 | 0.13 | 0 | 0.25 | 188.57 | 0.85 | 0.4 |
| Hex | F | A5 | BE | 5C | D | 0 | 19 | BD | 55 | 28 |
| Octal | 17 | 245 | 276 | 134 | 15 | 0 | 31 | 275 | 125 | 50 |
| Binary | 1111 | 10100101 | 10111110 | 1011100 | 1101 | 0 | 11001 | 10111101 | 1010101 | 101000 |
Color Harmonies of #0FA5BE
Complementary color
Monochromatic Colors of #0FA5BE
Black with #0FA5BE
Text Example
Text Example
White with #0FA5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA5BE; }
p { color: rgb(15,165,190); }
H1.HeaderClassName
{
color: #0FA5BE;
}
.AnyTagClassName
{
color: #0FA5BE;
}
</style>
background-color css
<style>
a { background-color: #0FA5BE; }
a { background-color: rgb(15,165,190); }
div.DivClassName
{
background-color: #0FA5BE;
}
.BgClassName
{
background-color: #0FA5BE;
}
</style>
border-color css
<style>
span { border-color: #0FA5BE; }
span { border-color: rgb(15,165,190); }
td.TdClassName
{
border-color: #0FA5BE;
}
.TagClassName
{
border-color: #0FA5BE;
}
</style>