Shades of Pacific Blue #0E99DB
Tints of Pacific Blue #0E99DB
RGB
CMYK
RGB Variations
Color information
#0E99DB (or 0x0E99DB) is known color: Pacific Blue. HEX triplet: 0E, 99 and DB. RGB value is (14,153,219). Sum of RGB (Red+Green+Blue) = 14+153+219=386 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.63% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E99DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E99DB is #F16624. Grayscale: #767676. Windows color (decimal): -15820325 or 14391566. OLE color: 14391566.
HSL color Cylindrical-coordinate representation of color #0E99DB: hue angle of 199.32º 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 #0E99DB is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 153 | 219 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.14 |
| HSL | 199.32º | 0.88% | 0.46% | - |
| HSV(B) | 199.32º | 0.94% | 0.86% | - |
| XYZ | 24.36 | 27.99 | 71.14 | - |
| YUV | 118.96 | 184.45 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 153 | 219 | 0.94 | 0.30 | 0 | 0.14 | 199.32 | 0.88 | 0.46 |
| Hex | E | 99 | DB | 5E | 1E | 0 | E | C7 | 58 | 2E |
| Octal | 16 | 231 | 333 | 136 | 36 | 0 | 16 | 307 | 130 | 56 |
| Binary | 1110 | 10011001 | 11011011 | 1011110 | 11110 | 0 | 1110 | 11000111 | 1011000 | 101110 |
Color Harmonies of #0E99DB
Complementary color
Monochromatic Colors of #0E99DB
Black with #0E99DB
Text Example
Text Example
White with #0E99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E99DB; }
p { color: rgb(14,153,219); }
H1.HeaderClassName
{
color: #0E99DB;
}
.AnyTagClassName
{
color: #0E99DB;
}
</style>
background-color css
<style>
a { background-color: #0E99DB; }
a { background-color: rgb(14,153,219); }
div.DivClassName
{
background-color: #0E99DB;
}
.BgClassName
{
background-color: #0E99DB;
}
</style>
border-color css
<style>
span { border-color: #0E99DB; }
span { border-color: rgb(14,153,219); }
td.TdClassName
{
border-color: #0E99DB;
}
.TagClassName
{
border-color: #0E99DB;
}
</style>