Shades of Pacific Blue #0FA2CA
Tints of Pacific Blue #0FA2CA
RGB
CMYK
RGB Variations
Color information
#0FA2CA (or 0x0FA2CA) is known color: Pacific Blue. HEX triplet: 0F, A2 and CA. RGB value is (15,162,202). Sum of RGB (Red+Green+Blue) = 15+162+202=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FA2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA2CA is #F05D35. Grayscale: #7A7A7A. Windows color (decimal): -15752502 or 13279759. OLE color: 13279759.
HSL color Cylindrical-coordinate representation of color #0FA2CA: hue angle of 192.83º 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 #0FA2CA is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 162 | 202 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.21 |
| HSL | 192.83º | 0.86% | 0.43% | - |
| HSV(B) | 192.83º | 0.93% | 0.79% | - |
| XYZ | 23.78 | 30.21 | 60.45 | - |
| YUV | 122.61 | 172.8 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 202 | 0.93 | 0.20 | 0 | 0.21 | 192.83 | 0.86 | 0.43 |
| Hex | F | A2 | CA | 5D | 14 | 0 | 15 | C1 | 56 | 2B |
| Octal | 17 | 242 | 312 | 135 | 24 | 0 | 25 | 301 | 126 | 53 |
| Binary | 1111 | 10100010 | 11001010 | 1011101 | 10100 | 0 | 10101 | 11000001 | 1010110 | 101011 |
Color Harmonies of #0FA2CA
Complementary color
Monochromatic Colors of #0FA2CA
Black with #0FA2CA
Text Example
Text Example
White with #0FA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA2CA; }
p { color: rgb(15,162,202); }
H1.HeaderClassName
{
color: #0FA2CA;
}
.AnyTagClassName
{
color: #0FA2CA;
}
</style>
background-color css
<style>
a { background-color: #0FA2CA; }
a { background-color: rgb(15,162,202); }
div.DivClassName
{
background-color: #0FA2CA;
}
.BgClassName
{
background-color: #0FA2CA;
}
</style>
border-color css
<style>
span { border-color: #0FA2CA; }
span { border-color: rgb(15,162,202); }
td.TdClassName
{
border-color: #0FA2CA;
}
.TagClassName
{
border-color: #0FA2CA;
}
</style>