Shades of Pacific Blue #0FA1CB
Tints of Pacific Blue #0FA1CB
RGB
CMYK
RGB Variations
Color information
#0FA1CB (or 0x0FA1CB) is known color: Pacific Blue. HEX triplet: 0F, A1 and CB. RGB value is (15,161,203). Sum of RGB (Red+Green+Blue) = 15+161+203=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FA1CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA1CB is #F05E34. Grayscale: #797979. Windows color (decimal): -15752757 or 13345039. OLE color: 13345039.
HSL color Cylindrical-coordinate representation of color #0FA1CB: hue angle of 193.4º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA1CB is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 161 | 203 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.20 |
| HSL | 193.4º | 0.86% | 0.43% | - |
| HSV(B) | 193.4º | 0.93% | 0.8% | - |
| XYZ | 23.72 | 29.9 | 61.02 | - |
| YUV | 122.13 | 173.63 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 203 | 0.93 | 0.21 | 0 | 0.20 | 193.4 | 0.86 | 0.43 |
| Hex | F | A1 | CB | 5D | 15 | 0 | 14 | C1 | 56 | 2B |
| Octal | 17 | 241 | 313 | 135 | 25 | 0 | 24 | 301 | 126 | 53 |
| Binary | 1111 | 10100001 | 11001011 | 1011101 | 10101 | 0 | 10100 | 11000001 | 1010110 | 101011 |
Color Harmonies of #0FA1CB
Complementary color
Monochromatic Colors of #0FA1CB
Black with #0FA1CB
Text Example
Text Example
White with #0FA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA1CB; }
p { color: rgb(15,161,203); }
H1.HeaderClassName
{
color: #0FA1CB;
}
.AnyTagClassName
{
color: #0FA1CB;
}
</style>
background-color css
<style>
a { background-color: #0FA1CB; }
a { background-color: rgb(15,161,203); }
div.DivClassName
{
background-color: #0FA1CB;
}
.BgClassName
{
background-color: #0FA1CB;
}
</style>
border-color css
<style>
span { border-color: #0FA1CB; }
span { border-color: rgb(15,161,203); }
td.TdClassName
{
border-color: #0FA1CB;
}
.TagClassName
{
border-color: #0FA1CB;
}
</style>