Shades of Pacific Blue #0E91DF
Tints of Pacific Blue #0E91DF
RGB
CMYK
RGB Variations
Color information
#0E91DF (or 0x0E91DF) is known color: Pacific Blue. HEX triplet: 0E, 91 and DF. RGB value is (14,145,223). Sum of RGB (Red+Green+Blue) = 14+145+223=382 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E91DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E91DF is #F16E20. Grayscale: #727272. Windows color (decimal): -15822369 or 14651662. OLE color: 14651662.
HSL color Cylindrical-coordinate representation of color #0E91DF: hue angle of 202.39º 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 #0E91DF is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 145 | 223 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.13 |
| HSL | 202.39º | 0.88% | 0.46% | - |
| HSV(B) | 202.39º | 0.94% | 0.87% | - |
| XYZ | 23.63 | 25.67 | 73.52 | - |
| YUV | 114.72 | 189.1 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 145 | 223 | 0.94 | 0.35 | 0 | 0.13 | 202.39 | 0.88 | 0.46 |
| Hex | E | 91 | DF | 5E | 23 | 0 | D | CA | 58 | 2E |
| Octal | 16 | 221 | 337 | 136 | 43 | 0 | 15 | 312 | 130 | 56 |
| Binary | 1110 | 10010001 | 11011111 | 1011110 | 100011 | 0 | 1101 | 11001010 | 1011000 | 101110 |
Color Harmonies of #0E91DF
Complementary color
Monochromatic Colors of #0E91DF
Black with #0E91DF
Text Example
Text Example
White with #0E91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E91DF; }
p { color: rgb(14,145,223); }
H1.HeaderClassName
{
color: #0E91DF;
}
.AnyTagClassName
{
color: #0E91DF;
}
</style>
background-color css
<style>
a { background-color: #0E91DF; }
a { background-color: rgb(14,145,223); }
div.DivClassName
{
background-color: #0E91DF;
}
.BgClassName
{
background-color: #0E91DF;
}
</style>
border-color css
<style>
span { border-color: #0E91DF; }
span { border-color: rgb(14,145,223); }
td.TdClassName
{
border-color: #0E91DF;
}
.TagClassName
{
border-color: #0E91DF;
}
</style>