Shades of Pacific Blue #0F9ECA
Tints of Pacific Blue #0F9ECA
RGB
CMYK
RGB Variations
Color information
#0F9ECA (or 0x0F9ECA) is known color: Pacific Blue. HEX triplet: 0F, 9E and CA. RGB value is (15,158,202). Sum of RGB (Red+Green+Blue) = 15+158+202=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F9ECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9ECA is #F06135. Grayscale: #777777. Windows color (decimal): -15753526 or 13278735. OLE color: 13278735.
HSL color Cylindrical-coordinate representation of color #0F9ECA: hue angle of 194.12º 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 #0F9ECA is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 158 | 202 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.21 |
| HSL | 194.12º | 0.86% | 0.43% | - |
| HSV(B) | 194.12º | 0.93% | 0.79% | - |
| XYZ | 23.08 | 28.82 | 60.22 | - |
| YUV | 120.26 | 174.12 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 158 | 202 | 0.93 | 0.22 | 0 | 0.21 | 194.12 | 0.86 | 0.43 |
| Hex | F | 9E | CA | 5D | 16 | 0 | 15 | C2 | 56 | 2B |
| Octal | 17 | 236 | 312 | 135 | 26 | 0 | 25 | 302 | 126 | 53 |
| Binary | 1111 | 10011110 | 11001010 | 1011101 | 10110 | 0 | 10101 | 11000010 | 1010110 | 101011 |
Color Harmonies of #0F9ECA
Complementary color
Monochromatic Colors of #0F9ECA
Black with #0F9ECA
Text Example
Text Example
White with #0F9ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9ECA; }
p { color: rgb(15,158,202); }
H1.HeaderClassName
{
color: #0F9ECA;
}
.AnyTagClassName
{
color: #0F9ECA;
}
</style>
background-color css
<style>
a { background-color: #0F9ECA; }
a { background-color: rgb(15,158,202); }
div.DivClassName
{
background-color: #0F9ECA;
}
.BgClassName
{
background-color: #0F9ECA;
}
</style>
border-color css
<style>
span { border-color: #0F9ECA; }
span { border-color: rgb(15,158,202); }
td.TdClassName
{
border-color: #0F9ECA;
}
.TagClassName
{
border-color: #0F9ECA;
}
</style>