Shades of Pacific Blue #0FA0CA
Tints of Pacific Blue #0FA0CA
RGB
CMYK
RGB Variations
Color information
#0FA0CA (or 0x0FA0CA) is known color: Pacific Blue. HEX triplet: 0F, A0 and CA. RGB value is (15,160,202). Sum of RGB (Red+Green+Blue) = 15+160+202=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FA0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA0CA is #F05F35. Grayscale: #797979. Windows color (decimal): -15753014 or 13279247. OLE color: 13279247.
HSL color Cylindrical-coordinate representation of color #0FA0CA: hue angle of 193.48º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA0CA is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 160 | 202 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.21 |
| HSL | 193.48º | 0.86% | 0.43% | - |
| HSV(B) | 193.48º | 0.93% | 0.79% | - |
| XYZ | 23.43 | 29.51 | 60.34 | - |
| YUV | 121.43 | 173.46 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 202 | 0.93 | 0.21 | 0 | 0.21 | 193.48 | 0.86 | 0.43 |
| Hex | F | A0 | CA | 5D | 15 | 0 | 15 | C1 | 56 | 2B |
| Octal | 17 | 240 | 312 | 135 | 25 | 0 | 25 | 301 | 126 | 53 |
| Binary | 1111 | 10100000 | 11001010 | 1011101 | 10101 | 0 | 10101 | 11000001 | 1010110 | 101011 |
Color Harmonies of #0FA0CA
Complementary color
Monochromatic Colors of #0FA0CA
Black with #0FA0CA
Text Example
Text Example
White with #0FA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA0CA; }
p { color: rgb(15,160,202); }
H1.HeaderClassName
{
color: #0FA0CA;
}
.AnyTagClassName
{
color: #0FA0CA;
}
</style>
background-color css
<style>
a { background-color: #0FA0CA; }
a { background-color: rgb(15,160,202); }
div.DivClassName
{
background-color: #0FA0CA;
}
.BgClassName
{
background-color: #0FA0CA;
}
</style>
border-color css
<style>
span { border-color: #0FA0CA; }
span { border-color: rgb(15,160,202); }
td.TdClassName
{
border-color: #0FA0CA;
}
.TagClassName
{
border-color: #0FA0CA;
}
</style>