Shades of Pacific Blue #0FA0BD
Tints of Pacific Blue #0FA0BD
RGB
CMYK
RGB Variations
Color information
#0FA0BD (or 0x0FA0BD) is known color: Pacific Blue. HEX triplet: 0F, A0 and BD. RGB value is (15,160,189). Sum of RGB (Red+Green+Blue) = 15+160+189=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #0FA0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA0BD is #F05F42. Grayscale: #777777. Windows color (decimal): -15753027 or 12427279. OLE color: 12427279.
HSL color Cylindrical-coordinate representation of color #0FA0BD: hue angle of 190º 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 #0FA0BD is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 160 | 189 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.26 |
| HSL | 190º | 0.85% | 0.4% | - |
| HSV(B) | 190º | 0.92% | 0.74% | - |
| XYZ | 21.95 | 28.92 | 52.57 | - |
| YUV | 119.95 | 166.96 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 189 | 0.92 | 0.15 | 0 | 0.26 | 190 | 0.85 | 0.4 |
| Hex | F | A0 | BD | 5C | F | 0 | 1A | BE | 55 | 28 |
| Octal | 17 | 240 | 275 | 134 | 17 | 0 | 32 | 276 | 125 | 50 |
| Binary | 1111 | 10100000 | 10111101 | 1011100 | 1111 | 0 | 11010 | 10111110 | 1010101 | 101000 |
Color Harmonies of #0FA0BD
Complementary color
Monochromatic Colors of #0FA0BD
Black with #0FA0BD
Text Example
Text Example
White with #0FA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA0BD; }
p { color: rgb(15,160,189); }
H1.HeaderClassName
{
color: #0FA0BD;
}
.AnyTagClassName
{
color: #0FA0BD;
}
</style>
background-color css
<style>
a { background-color: #0FA0BD; }
a { background-color: rgb(15,160,189); }
div.DivClassName
{
background-color: #0FA0BD;
}
.BgClassName
{
background-color: #0FA0BD;
}
</style>
border-color css
<style>
span { border-color: #0FA0BD; }
span { border-color: rgb(15,160,189); }
td.TdClassName
{
border-color: #0FA0BD;
}
.TagClassName
{
border-color: #0FA0BD;
}
</style>