#0E9DC0

Color #0E9DC0 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0E9DC0

Tints of Pacific Blue #0E9DC0

Color information

#0E9DC0 (or 0x0E9DC0) is unknown color: approx Pacific Blue. HEX triplet: 0E, 9D and C0. RGB value is (14,157,192). Sum of RGB (Red+Green+Blue) = 14+157+192=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #0E9DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9DC0 is #F1623F. Grayscale: #757575. Windows color (decimal): -15819328 or 12623118. OLE color: 12623118.

HSL color Cylindrical-coordinate representation of color #0E9DC0: hue angle of 191.8º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E9DC0 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14157192-
CMYK0.930.1800.25
HSL191.8º86.41%40.39%-
HSV(B)191.8º92.71%75.29%-
XYZ21.7528.0154.13-
YUV118.23169.6253.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 3.86%
GREEN value IS 157 (61.72% from 255) = 43.25%
BLUE value IS 192 (75.39% from 255) = 52.89%
R=3.86%
G=43.25%
B=52.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141571920.930.1800.25191.886.4140.39
HexE9DC05D12019c05628
Octal162353001352203130012650
Binary11101001110111000000101110110010011001110000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E9DC0; }

 p { color: rgb(14,157,192); }

 H1.HeaderClassName
 {
   color: #0E9DC0;
 }
 .AnyTagClassName
 {
   color: #0E9DC0;
 }
</style>
background-color css

<style>
 a { background-color: #0E9DC0; }

 a { background-color: rgb(14,157,192); }

 div.DivClassName
 {
   background-color: #0E9DC0;
 }
 .BgClassName
 {
   background-color: #0E9DC0;
 }
</style>
border-color css

<style>
 span { border-color: #0E9DC0; }

 span { border-color: rgb(14,157,192); }

 td.TdClassName
 {
   border-color: #0E9DC0;
 }
 .TagClassName
 {
   border-color: #0E9DC0;
 }
</style>