Shades of Pacific Blue #0E8CDC
Tints of Pacific Blue #0E8CDC
RGB
CMYK
RGB Variations
Color information
#0E8CDC (or 0x0E8CDC) is known color: Pacific Blue. HEX triplet: 0E, 8C and DC. RGB value is (14,140,220). Sum of RGB (Red+Green+Blue) = 14+140+220=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E8CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8CDC is #F17323. Grayscale: #6F6F6F. Windows color (decimal): -15823652 or 14453774. OLE color: 14453774.
HSL color Cylindrical-coordinate representation of color #0E8CDC: hue angle of 203.3º 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 #0E8CDC is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 140 | 220 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.14 |
| HSL | 203.3º | 0.88% | 0.46% | - |
| HSV(B) | 203.3º | 0.94% | 0.86% | - |
| XYZ | 22.48 | 24.02 | 71.16 | - |
| YUV | 111.45 | 189.26 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 140 | 220 | 0.94 | 0.36 | 0 | 0.14 | 203.3 | 0.88 | 0.46 |
| Hex | E | 8C | DC | 5E | 24 | 0 | E | CB | 58 | 2E |
| Octal | 16 | 214 | 334 | 136 | 44 | 0 | 16 | 313 | 130 | 56 |
| Binary | 1110 | 10001100 | 11011100 | 1011110 | 100100 | 0 | 1110 | 11001011 | 1011000 | 101110 |
Color Harmonies of #0E8CDC
Complementary color
Monochromatic Colors of #0E8CDC
Black with #0E8CDC
Text Example
Text Example
White with #0E8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8CDC; }
p { color: rgb(14,140,220); }
H1.HeaderClassName
{
color: #0E8CDC;
}
.AnyTagClassName
{
color: #0E8CDC;
}
</style>
background-color css
<style>
a { background-color: #0E8CDC; }
a { background-color: rgb(14,140,220); }
div.DivClassName
{
background-color: #0E8CDC;
}
.BgClassName
{
background-color: #0E8CDC;
}
</style>
border-color css
<style>
span { border-color: #0E8CDC; }
span { border-color: rgb(14,140,220); }
td.TdClassName
{
border-color: #0E8CDC;
}
.TagClassName
{
border-color: #0E8CDC;
}
</style>