Html Css Color HEX #0E9EC0 Pacific Blue

📋 copy color: '#0E9EC0'

red 14 ◦ green 158 ◦ blue 192

#0E9EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0E9EC0

Tints of Pacific Blue #0E9EC0

RGB

 RED value IS 14 (5.86% from 255) = 3.85%

 GREEN value IS 158 (62.11% from 255) = 43.41%

 BLUE value IS 192 (75.39% from 255) = 52.75%

R = 3.85%
G = 43.41%
B = 52.75%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E9EC0 (or 0x0E9EC0) is known color: Pacific Blue. HEX triplet: 0E, 9E and C0. RGB value is (14,158,192). Sum of RGB (Red+Green+Blue) = 14+158+192=364 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.85% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #0E9EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9EC0 is #F1613F. Grayscale: #767676. Windows color (decimal): -15819072 or 12623374. OLE color: 12623374.

HSL color Cylindrical-coordinate representation of color #0E9EC0: hue angle of 191.46º 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 #0E9EC0 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 158 192 -
CMYK 0.93 0.18 0 0.25
HSL 191.46º 0.86% 0.4% -
HSV(B) 191.46º 0.93% 0.75% -
XYZ 21.92 28.35 54.19 -
YUV 118.82 169.29 53.24 -
System Red Green Blue C M Y K H S L
Decimal 14 158 192 0.93 0.18 0 0.25 191.46 0.86 0.4
Hex E 9E C0 5D 12 0 19 BF 56 28
Octal 16 236 300 135 22 0 31 277 126 50
Binary 1110 10011110 11000000 1011101 10010 0 11001 10111111 1010110 101000

Color Harmonies of #0E9EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9EC0

Black with #0E9EC0

Text Example


Text Example

White with #0E9EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E9EC0;
 }
 .AnyTagClassName
 {
   color: #0E9EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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