Shades of Pacific Blue #0EA2BE
Tints of Pacific Blue #0EA2BE
RGB
CMYK
RGB Variations
Color information
#0EA2BE (or 0x0EA2BE) is known color: Pacific Blue. HEX triplet: 0E, A2 and BE. RGB value is (14,162,190). Sum of RGB (Red+Green+Blue) = 14+162+190=366 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.83% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #0EA2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA2BE is #F15D41. Grayscale: #787878. Windows color (decimal): -15818050 or 12493326. OLE color: 12493326.
HSL color Cylindrical-coordinate representation of color #0EA2BE: hue angle of 189.55º 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 #0EA2BE is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 162 | 190 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.25 |
| HSL | 189.55º | 0.86% | 0.4% | - |
| HSV(B) | 189.55º | 0.93% | 0.75% | - |
| XYZ | 22.4 | 29.65 | 53.26 | - |
| YUV | 120.94 | 166.97 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 190 | 0.93 | 0.15 | 0 | 0.25 | 189.55 | 0.86 | 0.4 |
| Hex | E | A2 | BE | 5D | F | 0 | 19 | BE | 56 | 28 |
| Octal | 16 | 242 | 276 | 135 | 17 | 0 | 31 | 276 | 126 | 50 |
| Binary | 1110 | 10100010 | 10111110 | 1011101 | 1111 | 0 | 11001 | 10111110 | 1010110 | 101000 |
Color Harmonies of #0EA2BE
Complementary color
Monochromatic Colors of #0EA2BE
Black with #0EA2BE
Text Example
Text Example
White with #0EA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA2BE; }
p { color: rgb(14,162,190); }
H1.HeaderClassName
{
color: #0EA2BE;
}
.AnyTagClassName
{
color: #0EA2BE;
}
</style>
background-color css
<style>
a { background-color: #0EA2BE; }
a { background-color: rgb(14,162,190); }
div.DivClassName
{
background-color: #0EA2BE;
}
.BgClassName
{
background-color: #0EA2BE;
}
</style>
border-color css
<style>
span { border-color: #0EA2BE; }
span { border-color: rgb(14,162,190); }
td.TdClassName
{
border-color: #0EA2BE;
}
.TagClassName
{
border-color: #0EA2BE;
}
</style>