Shades of Pacific Blue #0E93DF
Tints of Pacific Blue #0E93DF
RGB
CMYK
RGB Variations
Color information
#0E93DF (or 0x0E93DF) is known color: Pacific Blue. HEX triplet: 0E, 93 and DF. RGB value is (14,147,223). Sum of RGB (Red+Green+Blue) = 14+147+223=384 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.65% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E93DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E93DF is #F16C20. Grayscale: #737373. Windows color (decimal): -15821857 or 14652174. OLE color: 14652174.
HSL color Cylindrical-coordinate representation of color #0E93DF: hue angle of 201.82º 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 #0E93DF is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 147 | 223 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.13 |
| HSL | 201.82º | 0.88% | 0.46% | - |
| HSV(B) | 201.82º | 0.94% | 0.87% | - |
| XYZ | 23.93 | 26.29 | 73.62 | - |
| YUV | 115.9 | 188.44 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 223 | 0.94 | 0.34 | 0 | 0.13 | 201.82 | 0.88 | 0.46 |
| Hex | E | 93 | DF | 5E | 22 | 0 | D | CA | 58 | 2E |
| Octal | 16 | 223 | 337 | 136 | 42 | 0 | 15 | 312 | 130 | 56 |
| Binary | 1110 | 10010011 | 11011111 | 1011110 | 100010 | 0 | 1101 | 11001010 | 1011000 | 101110 |
Color Harmonies of #0E93DF
Complementary color
Monochromatic Colors of #0E93DF
Black with #0E93DF
Text Example
Text Example
White with #0E93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E93DF; }
p { color: rgb(14,147,223); }
H1.HeaderClassName
{
color: #0E93DF;
}
.AnyTagClassName
{
color: #0E93DF;
}
</style>
background-color css
<style>
a { background-color: #0E93DF; }
a { background-color: rgb(14,147,223); }
div.DivClassName
{
background-color: #0E93DF;
}
.BgClassName
{
background-color: #0E93DF;
}
</style>
border-color css
<style>
span { border-color: #0E93DF; }
span { border-color: rgb(14,147,223); }
td.TdClassName
{
border-color: #0E93DF;
}
.TagClassName
{
border-color: #0E93DF;
}
</style>