Shades of Pacific Blue #0FA3CA
Tints of Pacific Blue #0FA3CA
RGB
CMYK
RGB Variations
Color information
#0FA3CA (or 0x0FA3CA) is known color: Pacific Blue. HEX triplet: 0F, A3 and CA. RGB value is (15,163,202). Sum of RGB (Red+Green+Blue) = 15+163+202=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FA3CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA3CA is #F05C35. Grayscale: #7A7A7A. Windows color (decimal): -15752246 or 13280015. OLE color: 13280015.
HSL color Cylindrical-coordinate representation of color #0FA3CA: hue angle of 192.51º 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 #0FA3CA is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 163 | 202 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.21 |
| HSL | 192.51º | 0.86% | 0.43% | - |
| HSV(B) | 192.51º | 0.93% | 0.79% | - |
| XYZ | 23.95 | 30.56 | 60.51 | - |
| YUV | 123.19 | 172.47 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 202 | 0.93 | 0.19 | 0 | 0.21 | 192.51 | 0.86 | 0.43 |
| Hex | F | A3 | CA | 5D | 13 | 0 | 15 | C1 | 56 | 2B |
| Octal | 17 | 243 | 312 | 135 | 23 | 0 | 25 | 301 | 126 | 53 |
| Binary | 1111 | 10100011 | 11001010 | 1011101 | 10011 | 0 | 10101 | 11000001 | 1010110 | 101011 |
Color Harmonies of #0FA3CA
Complementary color
Monochromatic Colors of #0FA3CA
Black with #0FA3CA
Text Example
Text Example
White with #0FA3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA3CA; }
p { color: rgb(15,163,202); }
H1.HeaderClassName
{
color: #0FA3CA;
}
.AnyTagClassName
{
color: #0FA3CA;
}
</style>
background-color css
<style>
a { background-color: #0FA3CA; }
a { background-color: rgb(15,163,202); }
div.DivClassName
{
background-color: #0FA3CA;
}
.BgClassName
{
background-color: #0FA3CA;
}
</style>
border-color css
<style>
span { border-color: #0FA3CA; }
span { border-color: rgb(15,163,202); }
td.TdClassName
{
border-color: #0FA3CA;
}
.TagClassName
{
border-color: #0FA3CA;
}
</style>