Html Css Color HEX #0E9EC1 Pacific Blue

📋 copy color: '#0E9EC1'

red 14 ◦ green 158 ◦ blue 193

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

Shades of Pacific Blue #0E9EC1

Tints of Pacific Blue #0E9EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.88%

R = 3.84%
G = 43.29%
B = 52.88%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0E9EC1 (or 0x0E9EC1) is known color: Pacific Blue. HEX triplet: 0E, 9E and C1. RGB value is (14,158,193). Sum of RGB (Red+Green+Blue) = 14+158+193=365 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.84% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #0E9EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9EC1 is #F1613E. Grayscale: #767676. Windows color (decimal): -15819071 or 12688910. OLE color: 12688910.

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

Color convert

RGB 14 158 193 -
CMYK 0.93 0.18 0 0.24
HSL 191.73º 0.86% 0.41% -
HSV(B) 191.73º 0.93% 0.76% -
XYZ 22.03 28.4 54.77 -
YUV 118.93 169.79 53.15 -
System Red Green Blue C M Y K H S L
Decimal 14 158 193 0.93 0.18 0 0.24 191.73 0.86 0.41
Hex E 9E C1 5D 12 0 18 C0 56 29
Octal 16 236 301 135 22 0 30 300 126 51
Binary 1110 10011110 11000001 1011101 10010 0 11000 11000000 1010110 101001

Color Harmonies of #0E9EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9EC1

Black with #0E9EC1

Text Example


Text Example

White with #0E9EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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