Shades of Pacific Blue #0EA3BF
Tints of Pacific Blue #0EA3BF
RGB
CMYK
RGB Variations
Color information
#0EA3BF (or 0x0EA3BF) is known color: Pacific Blue. HEX triplet: 0E, A3 and BF. RGB value is (14,163,191). Sum of RGB (Red+Green+Blue) = 14+163+191=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #0EA3BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA3BF is #F15C40. Grayscale: #797979. Windows color (decimal): -15817793 or 12559118. OLE color: 12559118.
HSL color Cylindrical-coordinate representation of color #0EA3BF: hue angle of 189.49º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EA3BF is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 163 | 191 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.25 |
| HSL | 189.49º | 0.86% | 0.4% | - |
| HSV(B) | 189.49º | 0.93% | 0.75% | - |
| XYZ | 22.68 | 30.05 | 53.89 | - |
| YUV | 121.64 | 167.14 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 163 | 191 | 0.93 | 0.15 | 0 | 0.25 | 189.49 | 0.86 | 0.4 |
| Hex | E | A3 | BF | 5D | F | 0 | 19 | BD | 56 | 28 |
| Octal | 16 | 243 | 277 | 135 | 17 | 0 | 31 | 275 | 126 | 50 |
| Binary | 1110 | 10100011 | 10111111 | 1011101 | 1111 | 0 | 11001 | 10111101 | 1010110 | 101000 |
Color Harmonies of #0EA3BF
Complementary color
Monochromatic Colors of #0EA3BF
Black with #0EA3BF
Text Example
Text Example
White with #0EA3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA3BF; }
p { color: rgb(14,163,191); }
H1.HeaderClassName
{
color: #0EA3BF;
}
.AnyTagClassName
{
color: #0EA3BF;
}
</style>
background-color css
<style>
a { background-color: #0EA3BF; }
a { background-color: rgb(14,163,191); }
div.DivClassName
{
background-color: #0EA3BF;
}
.BgClassName
{
background-color: #0EA3BF;
}
</style>
border-color css
<style>
span { border-color: #0EA3BF; }
span { border-color: rgb(14,163,191); }
td.TdClassName
{
border-color: #0EA3BF;
}
.TagClassName
{
border-color: #0EA3BF;
}
</style>