Shades of Pacific Blue #0FA3BD
Tints of Pacific Blue #0FA3BD
RGB
CMYK
RGB Variations
Color information
#0FA3BD (or 0x0FA3BD) is known color: Pacific Blue. HEX triplet: 0F, A3 and BD. RGB value is (15,163,189). Sum of RGB (Red+Green+Blue) = 15+163+189=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #0FA3BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA3BD is #F05C42. Grayscale: #797979. Windows color (decimal): -15752259 or 12428047. OLE color: 12428047.
HSL color Cylindrical-coordinate representation of color #0FA3BD: hue angle of 188.97º 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 #0FA3BD is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 163 | 189 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.26 |
| HSL | 188.97º | 0.85% | 0.4% | - |
| HSV(B) | 188.97º | 0.92% | 0.74% | - |
| XYZ | 22.48 | 29.97 | 52.74 | - |
| YUV | 121.71 | 165.97 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 189 | 0.92 | 0.14 | 0 | 0.26 | 188.97 | 0.85 | 0.4 |
| Hex | F | A3 | BD | 5C | E | 0 | 1A | BD | 55 | 28 |
| Octal | 17 | 243 | 275 | 134 | 16 | 0 | 32 | 275 | 125 | 50 |
| Binary | 1111 | 10100011 | 10111101 | 1011100 | 1110 | 0 | 11010 | 10111101 | 1010101 | 101000 |
Color Harmonies of #0FA3BD
Complementary color
Monochromatic Colors of #0FA3BD
Black with #0FA3BD
Text Example
Text Example
White with #0FA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA3BD; }
p { color: rgb(15,163,189); }
H1.HeaderClassName
{
color: #0FA3BD;
}
.AnyTagClassName
{
color: #0FA3BD;
}
</style>
background-color css
<style>
a { background-color: #0FA3BD; }
a { background-color: rgb(15,163,189); }
div.DivClassName
{
background-color: #0FA3BD;
}
.BgClassName
{
background-color: #0FA3BD;
}
</style>
border-color css
<style>
span { border-color: #0FA3BD; }
span { border-color: rgb(15,163,189); }
td.TdClassName
{
border-color: #0FA3BD;
}
.TagClassName
{
border-color: #0FA3BD;
}
</style>