Shades of Pacific Blue #0FA6D6
Tints of Pacific Blue #0FA6D6
RGB
CMYK
RGB Variations
Color information
#0FA6D6 (or 0x0FA6D6) is known color: Pacific Blue. HEX triplet: 0F, A6 and D6. RGB value is (15,166,214). Sum of RGB (Red+Green+Blue) = 15+166+214=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #0FA6D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA6D6 is #F05929. Grayscale: #7D7D7D. Windows color (decimal): -15751466 or 14067215. OLE color: 14067215.
HSL color Cylindrical-coordinate representation of color #0FA6D6: hue angle of 194.47º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA6D6 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 166 | 214 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.16 |
| HSL | 194.47º | 0.87% | 0.45% | - |
| HSV(B) | 194.47º | 0.93% | 0.84% | - |
| XYZ | 25.97 | 32.23 | 68.47 | - |
| YUV | 126.32 | 177.47 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 214 | 0.93 | 0.22 | 0 | 0.16 | 194.47 | 0.87 | 0.45 |
| Hex | F | A6 | D6 | 5D | 16 | 0 | 10 | C2 | 57 | 2D |
| Octal | 17 | 246 | 326 | 135 | 26 | 0 | 20 | 302 | 127 | 55 |
| Binary | 1111 | 10100110 | 11010110 | 1011101 | 10110 | 0 | 10000 | 11000010 | 1010111 | 101101 |
Color Harmonies of #0FA6D6
Complementary color
Monochromatic Colors of #0FA6D6
Black with #0FA6D6
Text Example
Text Example
White with #0FA6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA6D6; }
p { color: rgb(15,166,214); }
H1.HeaderClassName
{
color: #0FA6D6;
}
.AnyTagClassName
{
color: #0FA6D6;
}
</style>
background-color css
<style>
a { background-color: #0FA6D6; }
a { background-color: rgb(15,166,214); }
div.DivClassName
{
background-color: #0FA6D6;
}
.BgClassName
{
background-color: #0FA6D6;
}
</style>
border-color css
<style>
span { border-color: #0FA6D6; }
span { border-color: rgb(15,166,214); }
td.TdClassName
{
border-color: #0FA6D6;
}
.TagClassName
{
border-color: #0FA6D6;
}
</style>