Shades of Pacific Blue #0F9CCA
Tints of Pacific Blue #0F9CCA
RGB
CMYK
RGB Variations
Color information
#0F9CCA (or 0x0F9CCA) is known color: Pacific Blue. HEX triplet: 0F, 9C and CA. RGB value is (15,156,202). Sum of RGB (Red+Green+Blue) = 15+156+202=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F9CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9CCA is #F06335. Grayscale: #767676. Windows color (decimal): -15754038 or 13278223. OLE color: 13278223.
HSL color Cylindrical-coordinate representation of color #0F9CCA: hue angle of 194.76º 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 #0F9CCA is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 156 | 202 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.21 |
| HSL | 194.76º | 0.86% | 0.43% | - |
| HSV(B) | 194.76º | 0.93% | 0.79% | - |
| XYZ | 22.75 | 28.14 | 60.11 | - |
| YUV | 119.09 | 174.79 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 202 | 0.93 | 0.23 | 0 | 0.21 | 194.76 | 0.86 | 0.43 |
| Hex | F | 9C | CA | 5D | 17 | 0 | 15 | C3 | 56 | 2B |
| Octal | 17 | 234 | 312 | 135 | 27 | 0 | 25 | 303 | 126 | 53 |
| Binary | 1111 | 10011100 | 11001010 | 1011101 | 10111 | 0 | 10101 | 11000011 | 1010110 | 101011 |
Color Harmonies of #0F9CCA
Complementary color
Monochromatic Colors of #0F9CCA
Black with #0F9CCA
Text Example
Text Example
White with #0F9CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9CCA; }
p { color: rgb(15,156,202); }
H1.HeaderClassName
{
color: #0F9CCA;
}
.AnyTagClassName
{
color: #0F9CCA;
}
</style>
background-color css
<style>
a { background-color: #0F9CCA; }
a { background-color: rgb(15,156,202); }
div.DivClassName
{
background-color: #0F9CCA;
}
.BgClassName
{
background-color: #0F9CCA;
}
</style>
border-color css
<style>
span { border-color: #0F9CCA; }
span { border-color: rgb(15,156,202); }
td.TdClassName
{
border-color: #0F9CCA;
}
.TagClassName
{
border-color: #0F9CCA;
}
</style>