Shades of Pacific Blue #0E8BDB
Tints of Pacific Blue #0E8BDB
RGB
CMYK
RGB Variations
Color information
#0E8BDB (or 0x0E8BDB) is known color: Pacific Blue. HEX triplet: 0E, 8B and DB. RGB value is (14,139,219). Sum of RGB (Red+Green+Blue) = 14+139+219=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E8BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8BDB is #F17424. Grayscale: #6E6E6E. Windows color (decimal): -15823909 or 14387982. OLE color: 14387982.
HSL color Cylindrical-coordinate representation of color #0E8BDB: hue angle of 203.41º 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 #0E8BDB is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 139 | 219 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.14 |
| HSL | 203.41º | 0.88% | 0.46% | - |
| HSV(B) | 203.41º | 0.94% | 0.86% | - |
| XYZ | 22.2 | 23.67 | 70.42 | - |
| YUV | 110.75 | 189.09 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 139 | 219 | 0.94 | 0.37 | 0 | 0.14 | 203.41 | 0.88 | 0.46 |
| Hex | E | 8B | DB | 5E | 25 | 0 | E | CB | 58 | 2E |
| Octal | 16 | 213 | 333 | 136 | 45 | 0 | 16 | 313 | 130 | 56 |
| Binary | 1110 | 10001011 | 11011011 | 1011110 | 100101 | 0 | 1110 | 11001011 | 1011000 | 101110 |
Color Harmonies of #0E8BDB
Complementary color
Monochromatic Colors of #0E8BDB
Black with #0E8BDB
Text Example
Text Example
White with #0E8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8BDB; }
p { color: rgb(14,139,219); }
H1.HeaderClassName
{
color: #0E8BDB;
}
.AnyTagClassName
{
color: #0E8BDB;
}
</style>
background-color css
<style>
a { background-color: #0E8BDB; }
a { background-color: rgb(14,139,219); }
div.DivClassName
{
background-color: #0E8BDB;
}
.BgClassName
{
background-color: #0E8BDB;
}
</style>
border-color css
<style>
span { border-color: #0E8BDB; }
span { border-color: rgb(14,139,219); }
td.TdClassName
{
border-color: #0E8BDB;
}
.TagClassName
{
border-color: #0E8BDB;
}
</style>