#0E8493

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

Shades of Eastern Blue #0E8493

Tints of Eastern Blue #0E8493

Color information

#0E8493 (or 0x0E8493) is unknown color: approx Eastern Blue. HEX triplet: 0E, 84 and 93. RGB value is (14,132,147). Sum of RGB (Red+Green+Blue) = 14+132+147=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E8493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8493 is #F17B6C. Grayscale: #626262. Windows color (decimal): -15825773 or 9667598. OLE color: 9667598.

HSL color Cylindrical-coordinate representation of color #0E8493: hue angle of 186.77º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8493 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14132147-
CMYK0.900.1000.42
HSL186.77º82.61%31.57%-
HSV(B)186.77º90.48%57.65%-
XYZ13.718.730.49-
YUV98.43155.4167.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.78%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 147 (57.81% from 255) = 50.17%
R=4.78%
G=45.05%
B=50.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141321470.900.1000.42186.7782.6131.57
HexE84935AA02Abb5320
Octal162042231321205227312340
Binary11101000010010010011101101010100101010101110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,132,147); }

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

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

 a { background-color: rgb(14,132,147); }

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

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

 span { border-color: rgb(14,132,147); }

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