Shades of Pacific Blue #0EA0DF
Tints of Pacific Blue #0EA0DF
RGB
CMYK
RGB Variations
Color information
#0EA0DF (or 0x0EA0DF) is known color: Pacific Blue. HEX triplet: 0E, A0 and DF. RGB value is (14,160,223). Sum of RGB (Red+Green+Blue) = 14+160+223=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EA0DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA0DF is #F15F20. Grayscale: #7B7B7B. Windows color (decimal): -15818529 or 14655502. OLE color: 14655502.
HSL color Cylindrical-coordinate representation of color #0EA0DF: hue angle of 198.09º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EA0DF is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 160 | 223 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.13 |
| HSL | 198.09º | 0.88% | 0.46% | - |
| HSV(B) | 198.09º | 0.94% | 0.87% | - |
| XYZ | 26.07 | 30.56 | 74.34 | - |
| YUV | 123.53 | 184.13 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 160 | 223 | 0.94 | 0.28 | 0 | 0.13 | 198.09 | 0.88 | 0.46 |
| Hex | E | A0 | DF | 5E | 1C | 0 | D | C6 | 58 | 2E |
| Octal | 16 | 240 | 337 | 136 | 34 | 0 | 15 | 306 | 130 | 56 |
| Binary | 1110 | 10100000 | 11011111 | 1011110 | 11100 | 0 | 1101 | 11000110 | 1011000 | 101110 |
Color Harmonies of #0EA0DF
Complementary color
Monochromatic Colors of #0EA0DF
Black with #0EA0DF
Text Example
Text Example
White with #0EA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA0DF; }
p { color: rgb(14,160,223); }
H1.HeaderClassName
{
color: #0EA0DF;
}
.AnyTagClassName
{
color: #0EA0DF;
}
</style>
background-color css
<style>
a { background-color: #0EA0DF; }
a { background-color: rgb(14,160,223); }
div.DivClassName
{
background-color: #0EA0DF;
}
.BgClassName
{
background-color: #0EA0DF;
}
</style>
border-color css
<style>
span { border-color: #0EA0DF; }
span { border-color: rgb(14,160,223); }
td.TdClassName
{
border-color: #0EA0DF;
}
.TagClassName
{
border-color: #0EA0DF;
}
</style>