#0E8399

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

Shades of Eastern Blue #0E8399

Tints of Eastern Blue #0E8399

Color information

#0E8399 (or 0x0E8399) is unknown color: approx Eastern Blue. HEX triplet: 0E, 83 and 99. RGB value is (14,131,153). Sum of RGB (Red+Green+Blue) = 14+131+153=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E8399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8399 is #F17C66. Grayscale: #626262. Windows color (decimal): -15826023 or 10060558. OLE color: 10060558.

HSL color Cylindrical-coordinate representation of color #0E8399: hue angle of 189.5º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E8399 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14131153-
CMYK0.910.1400.4
HSL189.5º83.23%32.75%-
HSV(B)189.5º90.85%60%-
XYZ14.0518.6332.99-
YUV98.52158.7467.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.70%
GREEN value IS 131 (51.56% from 255) = 43.96%
BLUE value IS 153 (60.16% from 255) = 51.34%
R=4.70%
G=43.96%
B=51.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141311530.910.1400.4189.583.2332.75
HexE83995BE028bd5321
Octal162032311331605027512341
Binary11101000001110011001101101111100101000101111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,131,153); }

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

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

 a { background-color: rgb(14,131,153); }

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

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

 span { border-color: rgb(14,131,153); }

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