Shades of Pacific Blue #0FA0CF
Tints of Pacific Blue #0FA0CF
RGB
CMYK
RGB Variations
Color information
#0FA0CF (or 0x0FA0CF) is known color: Pacific Blue. HEX triplet: 0F, A0 and CF. RGB value is (15,160,207). Sum of RGB (Red+Green+Blue) = 15+160+207=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FA0CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA0CF is #F05F30. Grayscale: #797979. Windows color (decimal): -15753009 or 13606927. OLE color: 13606927.
HSL color Cylindrical-coordinate representation of color #0FA0CF: hue angle of 194.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA0CF is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 160 | 207 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.19 |
| HSL | 194.69º | 0.86% | 0.44% | - |
| HSV(B) | 194.69º | 0.93% | 0.81% | - |
| XYZ | 24.03 | 29.75 | 63.51 | - |
| YUV | 122 | 175.96 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 207 | 0.93 | 0.23 | 0 | 0.19 | 194.69 | 0.86 | 0.44 |
| Hex | F | A0 | CF | 5D | 17 | 0 | 13 | C3 | 56 | 2C |
| Octal | 17 | 240 | 317 | 135 | 27 | 0 | 23 | 303 | 126 | 54 |
| Binary | 1111 | 10100000 | 11001111 | 1011101 | 10111 | 0 | 10011 | 11000011 | 1010110 | 101100 |
Color Harmonies of #0FA0CF
Complementary color
Monochromatic Colors of #0FA0CF
Black with #0FA0CF
Text Example
Text Example
White with #0FA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA0CF; }
p { color: rgb(15,160,207); }
H1.HeaderClassName
{
color: #0FA0CF;
}
.AnyTagClassName
{
color: #0FA0CF;
}
</style>
background-color css
<style>
a { background-color: #0FA0CF; }
a { background-color: rgb(15,160,207); }
div.DivClassName
{
background-color: #0FA0CF;
}
.BgClassName
{
background-color: #0FA0CF;
}
</style>
border-color css
<style>
span { border-color: #0FA0CF; }
span { border-color: rgb(15,160,207); }
td.TdClassName
{
border-color: #0FA0CF;
}
.TagClassName
{
border-color: #0FA0CF;
}
</style>