Shades of Pacific Blue #0FA6DB
Tints of Pacific Blue #0FA6DB
RGB
CMYK
RGB Variations
Color information
#0FA6DB (or 0x0FA6DB) is known color: Pacific Blue. HEX triplet: 0F, A6 and DB. RGB value is (15,166,219). Sum of RGB (Red+Green+Blue) = 15+166+219=400 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FA6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA6DB is #F05924. Grayscale: #7E7E7E. Windows color (decimal): -15751461 or 14394895. OLE color: 14394895.
HSL color Cylindrical-coordinate representation of color #0FA6DB: hue angle of 195.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA6DB is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 166 | 219 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.14 |
| HSL | 195.59º | 0.87% | 0.46% | - |
| HSV(B) | 195.59º | 0.93% | 0.86% | - |
| XYZ | 26.62 | 32.49 | 71.89 | - |
| YUV | 126.89 | 179.97 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 219 | 0.93 | 0.24 | 0 | 0.14 | 195.59 | 0.87 | 0.46 |
| Hex | F | A6 | DB | 5D | 18 | 0 | E | C4 | 57 | 2E |
| Octal | 17 | 246 | 333 | 135 | 30 | 0 | 16 | 304 | 127 | 56 |
| Binary | 1111 | 10100110 | 11011011 | 1011101 | 11000 | 0 | 1110 | 11000100 | 1010111 | 101110 |
Color Harmonies of #0FA6DB
Complementary color
Monochromatic Colors of #0FA6DB
Black with #0FA6DB
Text Example
Text Example
White with #0FA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA6DB; }
p { color: rgb(15,166,219); }
H1.HeaderClassName
{
color: #0FA6DB;
}
.AnyTagClassName
{
color: #0FA6DB;
}
</style>
background-color css
<style>
a { background-color: #0FA6DB; }
a { background-color: rgb(15,166,219); }
div.DivClassName
{
background-color: #0FA6DB;
}
.BgClassName
{
background-color: #0FA6DB;
}
</style>
border-color css
<style>
span { border-color: #0FA6DB; }
span { border-color: rgb(15,166,219); }
td.TdClassName
{
border-color: #0FA6DB;
}
.TagClassName
{
border-color: #0FA6DB;
}
</style>