Shades of Pacific Blue #0F9BCB
Tints of Pacific Blue #0F9BCB
RGB
CMYK
RGB Variations
Color information
#0F9BCB (or 0x0F9BCB) is known color: Pacific Blue. HEX triplet: 0F, 9B and CB. RGB value is (15,155,203). Sum of RGB (Red+Green+Blue) = 15+155+203=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F9BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9BCB is #F06434. Grayscale: #767676. Windows color (decimal): -15754293 or 13343503. OLE color: 13343503.
HSL color Cylindrical-coordinate representation of color #0F9BCB: hue angle of 195.32º 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 #0F9BCB is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 155 | 203 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.20 |
| HSL | 195.32º | 0.86% | 0.43% | - |
| HSV(B) | 195.32º | 0.93% | 0.8% | - |
| XYZ | 22.7 | 27.86 | 60.68 | - |
| YUV | 118.61 | 175.62 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 155 | 203 | 0.93 | 0.24 | 0 | 0.20 | 195.32 | 0.86 | 0.43 |
| Hex | F | 9B | CB | 5D | 18 | 0 | 14 | C3 | 56 | 2B |
| Octal | 17 | 233 | 313 | 135 | 30 | 0 | 24 | 303 | 126 | 53 |
| Binary | 1111 | 10011011 | 11001011 | 1011101 | 11000 | 0 | 10100 | 11000011 | 1010110 | 101011 |
Color Harmonies of #0F9BCB
Complementary color
Monochromatic Colors of #0F9BCB
Black with #0F9BCB
Text Example
Text Example
White with #0F9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9BCB; }
p { color: rgb(15,155,203); }
H1.HeaderClassName
{
color: #0F9BCB;
}
.AnyTagClassName
{
color: #0F9BCB;
}
</style>
background-color css
<style>
a { background-color: #0F9BCB; }
a { background-color: rgb(15,155,203); }
div.DivClassName
{
background-color: #0F9BCB;
}
.BgClassName
{
background-color: #0F9BCB;
}
</style>
border-color css
<style>
span { border-color: #0F9BCB; }
span { border-color: rgb(15,155,203); }
td.TdClassName
{
border-color: #0F9BCB;
}
.TagClassName
{
border-color: #0F9BCB;
}
</style>