#0E9EBF

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

Shades of Pacific Blue #0E9EBF

Tints of Pacific Blue #0E9EBF

Color information

#0E9EBF (or 0x0E9EBF) is unknown color: approx Pacific Blue. HEX triplet: 0E, 9E and BF. RGB value is (14,158,191). Sum of RGB (Red+Green+Blue) = 14+158+191=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E9EBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9EBF is #F16140. Grayscale: #767676. Windows color (decimal): -15819073 or 12557838. OLE color: 12557838.

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

Color convert

RGB14158191-
CMYK0.930.1700.25
HSL191.19º86.34%40.2%-
HSV(B)191.19º92.67%74.9%-
XYZ21.8128.3153.6-
YUV118.71168.7953.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.86%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 191 (75% from 255) = 52.62%
R=3.86%
G=43.53%
B=52.62%

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
Decimal141581910.930.1700.25191.1986.3440.2
HexE9EBF5D11019bf5628
Octal162362771352103127712650
Binary11101001111010111111101110110001011001101111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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