Html Css Color HEX #0E9EBE Pacific Blue

📋 copy color: '#0E9EBE'

red 14 ◦ green 158 ◦ blue 190

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

Shades of Pacific Blue #0E9EBE

Tints of Pacific Blue #0E9EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 3.87%
G = 43.65%
B = 52.49%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E9EBE (or 0x0E9EBE) is known color: Pacific Blue. HEX triplet: 0E, 9E and BE. RGB value is (14,158,190). Sum of RGB (Red+Green+Blue) = 14+158+190=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E9EBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9EBE is #F16141. Grayscale: #767676. Windows color (decimal): -15819074 or 12492302. OLE color: 12492302.

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

Color convert

RGB 14 158 190 -
CMYK 0.93 0.17 0 0.25
HSL 190.91º 0.86% 0.4% -
HSV(B) 190.91º 0.93% 0.75% -
XYZ 21.7 28.26 53.03 -
YUV 118.59 168.29 53.4 -
System Red Green Blue C M Y K H S L
Decimal 14 158 190 0.93 0.17 0 0.25 190.91 0.86 0.4
Hex E 9E BE 5D 11 0 19 BF 56 28
Octal 16 236 276 135 21 0 31 277 126 50
Binary 1110 10011110 10111110 1011101 10001 0 11001 10111111 1010110 101000

Color Harmonies of #0E9EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9EBE

Black with #0E9EBE

Text Example


Text Example

White with #0E9EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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