Shades of Pacific Blue #0FA6D1
Tints of Pacific Blue #0FA6D1
RGB
CMYK
RGB Variations
Color information
#0FA6D1 (or 0x0FA6D1) is known color: Pacific Blue. HEX triplet: 0F, A6 and D1. RGB value is (15,166,209). Sum of RGB (Red+Green+Blue) = 15+166+209=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #0FA6D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA6D1 is #F0592E. Grayscale: #7D7D7D. Windows color (decimal): -15751471 or 13739535. OLE color: 13739535.
HSL color Cylindrical-coordinate representation of color #0FA6D1: hue angle of 193.3º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA6D1 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 166 | 209 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.18 |
| HSL | 193.3º | 0.87% | 0.44% | - |
| HSV(B) | 193.3º | 0.93% | 0.82% | - |
| XYZ | 25.34 | 31.98 | 65.16 | - |
| YUV | 125.75 | 174.97 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 209 | 0.93 | 0.21 | 0 | 0.18 | 193.3 | 0.87 | 0.44 |
| Hex | F | A6 | D1 | 5D | 15 | 0 | 12 | C1 | 57 | 2C |
| Octal | 17 | 246 | 321 | 135 | 25 | 0 | 22 | 301 | 127 | 54 |
| Binary | 1111 | 10100110 | 11010001 | 1011101 | 10101 | 0 | 10010 | 11000001 | 1010111 | 101100 |
Color Harmonies of #0FA6D1
Complementary color
Monochromatic Colors of #0FA6D1
Black with #0FA6D1
Text Example
Text Example
White with #0FA6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA6D1; }
p { color: rgb(15,166,209); }
H1.HeaderClassName
{
color: #0FA6D1;
}
.AnyTagClassName
{
color: #0FA6D1;
}
</style>
background-color css
<style>
a { background-color: #0FA6D1; }
a { background-color: rgb(15,166,209); }
div.DivClassName
{
background-color: #0FA6D1;
}
.BgClassName
{
background-color: #0FA6D1;
}
</style>
border-color css
<style>
span { border-color: #0FA6D1; }
span { border-color: rgb(15,166,209); }
td.TdClassName
{
border-color: #0FA6D1;
}
.TagClassName
{
border-color: #0FA6D1;
}
</style>