Shades of Pacific Blue #0FA0CB
Tints of Pacific Blue #0FA0CB
RGB
CMYK
RGB Variations
Color information
#0FA0CB (or 0x0FA0CB) is known color: Pacific Blue. HEX triplet: 0F, A0 and CB. RGB value is (15,160,203). Sum of RGB (Red+Green+Blue) = 15+160+203=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FA0CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA0CB is #F05F34. Grayscale: #797979. Windows color (decimal): -15753013 or 13344783. OLE color: 13344783.
HSL color Cylindrical-coordinate representation of color #0FA0CB: hue angle of 193.72º 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 #0FA0CB is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 160 | 203 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.20 |
| HSL | 193.72º | 0.86% | 0.43% | - |
| HSV(B) | 193.72º | 0.93% | 0.8% | - |
| XYZ | 23.55 | 29.55 | 60.96 | - |
| YUV | 121.55 | 173.96 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 203 | 0.93 | 0.21 | 0 | 0.20 | 193.72 | 0.86 | 0.43 |
| Hex | F | A0 | CB | 5D | 15 | 0 | 14 | C2 | 56 | 2B |
| Octal | 17 | 240 | 313 | 135 | 25 | 0 | 24 | 302 | 126 | 53 |
| Binary | 1111 | 10100000 | 11001011 | 1011101 | 10101 | 0 | 10100 | 11000010 | 1010110 | 101011 |
Color Harmonies of #0FA0CB
Complementary color
Monochromatic Colors of #0FA0CB
Black with #0FA0CB
Text Example
Text Example
White with #0FA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA0CB; }
p { color: rgb(15,160,203); }
H1.HeaderClassName
{
color: #0FA0CB;
}
.AnyTagClassName
{
color: #0FA0CB;
}
</style>
background-color css
<style>
a { background-color: #0FA0CB; }
a { background-color: rgb(15,160,203); }
div.DivClassName
{
background-color: #0FA0CB;
}
.BgClassName
{
background-color: #0FA0CB;
}
</style>
border-color css
<style>
span { border-color: #0FA0CB; }
span { border-color: rgb(15,160,203); }
td.TdClassName
{
border-color: #0FA0CB;
}
.TagClassName
{
border-color: #0FA0CB;
}
</style>