#0E9EBE

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

Shades of Pacific Blue #0E9EBE

Tints of Pacific Blue #0E9EBE

Color information

#0E9EBE (or 0x0E9EBE) is unknown color: approx 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

RGB14158190-
CMYK0.930.1700.25
HSL190.91º86.27%40%-
HSV(B)190.91º92.63%74.51%-
XYZ21.728.2653.03-
YUV118.59168.2953.4-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141581900.930.1700.25190.9186.2740
HexE9EBE5D11019bf5628
Octal162362761352103127712650
Binary11101001111010111110101110110001011001101111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>