Shades of Pacific Blue #0FA6C9
Tints of Pacific Blue #0FA6C9
RGB
CMYK
RGB Variations
Color information
#0FA6C9 (or 0x0FA6C9) is known color: Pacific Blue. HEX triplet: 0F, A6 and C9. RGB value is (15,166,201). Sum of RGB (Red+Green+Blue) = 15+166+201=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #0FA6C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA6C9 is #F05936. Grayscale: #7C7C7C. Windows color (decimal): -15751479 or 13215247. OLE color: 13215247.
HSL color Cylindrical-coordinate representation of color #0FA6C9: hue angle of 191.29º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA6C9 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 166 | 201 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.21 |
| HSL | 191.29º | 0.86% | 0.42% | - |
| HSV(B) | 191.29º | 0.93% | 0.79% | - |
| XYZ | 24.38 | 31.59 | 60.07 | - |
| YUV | 124.84 | 170.97 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 201 | 0.93 | 0.17 | 0 | 0.21 | 191.29 | 0.86 | 0.42 |
| Hex | F | A6 | C9 | 5D | 11 | 0 | 15 | BF | 56 | 2A |
| Octal | 17 | 246 | 311 | 135 | 21 | 0 | 25 | 277 | 126 | 52 |
| Binary | 1111 | 10100110 | 11001001 | 1011101 | 10001 | 0 | 10101 | 10111111 | 1010110 | 101010 |
Color Harmonies of #0FA6C9
Complementary color
Monochromatic Colors of #0FA6C9
Black with #0FA6C9
Text Example
Text Example
White with #0FA6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA6C9; }
p { color: rgb(15,166,201); }
H1.HeaderClassName
{
color: #0FA6C9;
}
.AnyTagClassName
{
color: #0FA6C9;
}
</style>
background-color css
<style>
a { background-color: #0FA6C9; }
a { background-color: rgb(15,166,201); }
div.DivClassName
{
background-color: #0FA6C9;
}
.BgClassName
{
background-color: #0FA6C9;
}
</style>
border-color css
<style>
span { border-color: #0FA6C9; }
span { border-color: rgb(15,166,201); }
td.TdClassName
{
border-color: #0FA6C9;
}
.TagClassName
{
border-color: #0FA6C9;
}
</style>