Shades of Pacific Blue #0E9DCC
Tints of Pacific Blue #0E9DCC
RGB
CMYK
RGB Variations
Color information
#0E9DCC (or 0x0E9DCC) is known color: Pacific Blue. HEX triplet: 0E, 9D and CC. RGB value is (14,157,204). Sum of RGB (Red+Green+Blue) = 14+157+204=375 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.73% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E9DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9DCC is #F16233. Grayscale: #777777. Windows color (decimal): -15819316 or 13409550. OLE color: 13409550.
HSL color Cylindrical-coordinate representation of color #0E9DCC: hue angle of 194.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E9DCC is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 157 | 204 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.2 |
| HSL | 194.84º | 0.87% | 0.43% | - |
| HSV(B) | 194.84º | 0.93% | 0.8% | - |
| XYZ | 23.14 | 28.57 | 61.42 | - |
| YUV | 119.6 | 175.62 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 157 | 204 | 0.93 | 0.23 | 0 | 0.2 | 194.84 | 0.87 | 0.43 |
| Hex | E | 9D | CC | 5D | 17 | 0 | 14 | C3 | 57 | 2B |
| Octal | 16 | 235 | 314 | 135 | 27 | 0 | 24 | 303 | 127 | 53 |
| Binary | 1110 | 10011101 | 11001100 | 1011101 | 10111 | 0 | 10100 | 11000011 | 1010111 | 101011 |
Color Harmonies of #0E9DCC
Complementary color
Monochromatic Colors of #0E9DCC
Black with #0E9DCC
Text Example
Text Example
White with #0E9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9DCC; }
p { color: rgb(14,157,204); }
H1.HeaderClassName
{
color: #0E9DCC;
}
.AnyTagClassName
{
color: #0E9DCC;
}
</style>
background-color css
<style>
a { background-color: #0E9DCC; }
a { background-color: rgb(14,157,204); }
div.DivClassName
{
background-color: #0E9DCC;
}
.BgClassName
{
background-color: #0E9DCC;
}
</style>
border-color css
<style>
span { border-color: #0E9DCC; }
span { border-color: rgb(14,157,204); }
td.TdClassName
{
border-color: #0E9DCC;
}
.TagClassName
{
border-color: #0E9DCC;
}
</style>