Shades of Pacific Blue #0EA0DC
Tints of Pacific Blue #0EA0DC
RGB
CMYK
RGB Variations
Color information
#0EA0DC (or 0x0EA0DC) is known color: Pacific Blue. HEX triplet: 0E, A0 and DC. RGB value is (14,160,220). Sum of RGB (Red+Green+Blue) = 14+160+220=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EA0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA0DC is #F15F23. Grayscale: #7A7A7A. Windows color (decimal): -15818532 or 14458894. OLE color: 14458894.
HSL color Cylindrical-coordinate representation of color #0EA0DC: hue angle of 197.48º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EA0DC is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 160 | 220 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.14 |
| HSL | 197.48º | 0.88% | 0.46% | - |
| HSV(B) | 197.48º | 0.94% | 0.86% | - |
| XYZ | 25.67 | 30.4 | 72.23 | - |
| YUV | 123.19 | 182.63 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 160 | 220 | 0.94 | 0.27 | 0 | 0.14 | 197.48 | 0.88 | 0.46 |
| Hex | E | A0 | DC | 5E | 1B | 0 | E | C5 | 58 | 2E |
| Octal | 16 | 240 | 334 | 136 | 33 | 0 | 16 | 305 | 130 | 56 |
| Binary | 1110 | 10100000 | 11011100 | 1011110 | 11011 | 0 | 1110 | 11000101 | 1011000 | 101110 |
Color Harmonies of #0EA0DC
Complementary color
Monochromatic Colors of #0EA0DC
Black with #0EA0DC
Text Example
Text Example
White with #0EA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA0DC; }
p { color: rgb(14,160,220); }
H1.HeaderClassName
{
color: #0EA0DC;
}
.AnyTagClassName
{
color: #0EA0DC;
}
</style>
background-color css
<style>
a { background-color: #0EA0DC; }
a { background-color: rgb(14,160,220); }
div.DivClassName
{
background-color: #0EA0DC;
}
.BgClassName
{
background-color: #0EA0DC;
}
</style>
border-color css
<style>
span { border-color: #0EA0DC; }
span { border-color: rgb(14,160,220); }
td.TdClassName
{
border-color: #0EA0DC;
}
.TagClassName
{
border-color: #0EA0DC;
}
</style>