Shades of Pacific Blue #0E9FDF
Tints of Pacific Blue #0E9FDF
RGB
CMYK
RGB Variations
Color information
#0E9FDF (or 0x0E9FDF) is known color: Pacific Blue. HEX triplet: 0E, 9F and DF. RGB value is (14,159,223). Sum of RGB (Red+Green+Blue) = 14+159+223=396 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E9FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9FDF is #F16020. Grayscale: #7A7A7A. Windows color (decimal): -15818785 or 14655246. OLE color: 14655246.
HSL color Cylindrical-coordinate representation of color #0E9FDF: hue angle of 198.37º 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 #0E9FDF is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 159 | 223 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.13 |
| HSL | 198.37º | 0.88% | 0.46% | - |
| HSV(B) | 198.37º | 0.94% | 0.87% | - |
| XYZ | 25.9 | 30.22 | 74.28 | - |
| YUV | 122.94 | 184.46 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 223 | 0.94 | 0.29 | 0 | 0.13 | 198.37 | 0.88 | 0.46 |
| Hex | E | 9F | DF | 5E | 1D | 0 | D | C6 | 58 | 2E |
| Octal | 16 | 237 | 337 | 136 | 35 | 0 | 15 | 306 | 130 | 56 |
| Binary | 1110 | 10011111 | 11011111 | 1011110 | 11101 | 0 | 1101 | 11000110 | 1011000 | 101110 |
Color Harmonies of #0E9FDF
Complementary color
Monochromatic Colors of #0E9FDF
Black with #0E9FDF
Text Example
Text Example
White with #0E9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9FDF; }
p { color: rgb(14,159,223); }
H1.HeaderClassName
{
color: #0E9FDF;
}
.AnyTagClassName
{
color: #0E9FDF;
}
</style>
background-color css
<style>
a { background-color: #0E9FDF; }
a { background-color: rgb(14,159,223); }
div.DivClassName
{
background-color: #0E9FDF;
}
.BgClassName
{
background-color: #0E9FDF;
}
</style>
border-color css
<style>
span { border-color: #0E9FDF; }
span { border-color: rgb(14,159,223); }
td.TdClassName
{
border-color: #0E9FDF;
}
.TagClassName
{
border-color: #0E9FDF;
}
</style>