Shades of Pacific Blue #0FA4BD
Tints of Pacific Blue #0FA4BD
RGB
CMYK
RGB Variations
Color information
#0FA4BD (or 0x0FA4BD) is known color: Pacific Blue. HEX triplet: 0F, A4 and BD. RGB value is (15,164,189). Sum of RGB (Red+Green+Blue) = 15+164+189=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #0FA4BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA4BD is #F05B42. Grayscale: #7A7A7A. Windows color (decimal): -15752003 or 12428303. OLE color: 12428303.
HSL color Cylindrical-coordinate representation of color #0FA4BD: hue angle of 188.62º 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 #0FA4BD is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 164 | 189 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.26 |
| HSL | 188.62º | 0.85% | 0.4% | - |
| HSV(B) | 188.62º | 0.92% | 0.74% | - |
| XYZ | 22.66 | 30.33 | 52.8 | - |
| YUV | 122.3 | 165.64 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 189 | 0.92 | 0.13 | 0 | 0.26 | 188.62 | 0.85 | 0.4 |
| Hex | F | A4 | BD | 5C | D | 0 | 1A | BD | 55 | 28 |
| Octal | 17 | 244 | 275 | 134 | 15 | 0 | 32 | 275 | 125 | 50 |
| Binary | 1111 | 10100100 | 10111101 | 1011100 | 1101 | 0 | 11010 | 10111101 | 1010101 | 101000 |
Color Harmonies of #0FA4BD
Complementary color
Monochromatic Colors of #0FA4BD
Black with #0FA4BD
Text Example
Text Example
White with #0FA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA4BD; }
p { color: rgb(15,164,189); }
H1.HeaderClassName
{
color: #0FA4BD;
}
.AnyTagClassName
{
color: #0FA4BD;
}
</style>
background-color css
<style>
a { background-color: #0FA4BD; }
a { background-color: rgb(15,164,189); }
div.DivClassName
{
background-color: #0FA4BD;
}
.BgClassName
{
background-color: #0FA4BD;
}
</style>
border-color css
<style>
span { border-color: #0FA4BD; }
span { border-color: rgb(15,164,189); }
td.TdClassName
{
border-color: #0FA4BD;
}
.TagClassName
{
border-color: #0FA4BD;
}
</style>