Shades of Pacific Blue #0FA1BD
Tints of Pacific Blue #0FA1BD
RGB
CMYK
RGB Variations
Color information
#0FA1BD (or 0x0FA1BD) is known color: Pacific Blue. HEX triplet: 0F, A1 and BD. RGB value is (15,161,189). Sum of RGB (Red+Green+Blue) = 15+161+189=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #0FA1BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA1BD is #F05E42. Grayscale: #787878. Windows color (decimal): -15752771 or 12427535. OLE color: 12427535.
HSL color Cylindrical-coordinate representation of color #0FA1BD: hue angle of 189.66º 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 #0FA1BD is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 161 | 189 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.26 |
| HSL | 189.66º | 0.85% | 0.4% | - |
| HSV(B) | 189.66º | 0.92% | 0.74% | - |
| XYZ | 22.13 | 29.27 | 52.63 | - |
| YUV | 120.54 | 166.63 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 189 | 0.92 | 0.15 | 0 | 0.26 | 189.66 | 0.85 | 0.4 |
| Hex | F | A1 | BD | 5C | F | 0 | 1A | BE | 55 | 28 |
| Octal | 17 | 241 | 275 | 134 | 17 | 0 | 32 | 276 | 125 | 50 |
| Binary | 1111 | 10100001 | 10111101 | 1011100 | 1111 | 0 | 11010 | 10111110 | 1010101 | 101000 |
Color Harmonies of #0FA1BD
Complementary color
Monochromatic Colors of #0FA1BD
Black with #0FA1BD
Text Example
Text Example
White with #0FA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA1BD; }
p { color: rgb(15,161,189); }
H1.HeaderClassName
{
color: #0FA1BD;
}
.AnyTagClassName
{
color: #0FA1BD;
}
</style>
background-color css
<style>
a { background-color: #0FA1BD; }
a { background-color: rgb(15,161,189); }
div.DivClassName
{
background-color: #0FA1BD;
}
.BgClassName
{
background-color: #0FA1BD;
}
</style>
border-color css
<style>
span { border-color: #0FA1BD; }
span { border-color: rgb(15,161,189); }
td.TdClassName
{
border-color: #0FA1BD;
}
.TagClassName
{
border-color: #0FA1BD;
}
</style>