#0E8EA0

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

Shades of Eastern Blue #0E8EA0

Tints of Eastern Blue #0E8EA0

Color information

#0E8EA0 (or 0x0E8EA0) is unknown color: approx Eastern Blue. HEX triplet: 0E, 8E and A0. RGB value is (14,142,160). Sum of RGB (Red+Green+Blue) = 14+142+160=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E8EA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8EA0 is #F1715F. Grayscale: #696969. Windows color (decimal): -15823200 or 10522126. OLE color: 10522126.

HSL color Cylindrical-coordinate representation of color #0E8EA0: hue angle of 187.4º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E8EA0 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14142160-
CMYK0.910.1100.37
HSL187.4º83.91%34.12%-
HSV(B)187.4º91.25%62.75%-
XYZ16.221.9836.65-
YUV105.78158.5962.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.43%
GREEN value IS 142 (55.86% from 255) = 44.94%
BLUE value IS 160 (62.89% from 255) = 50.63%
R=4.43%
G=44.94%
B=50.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141421600.910.1100.37187.483.9134.12
HexE8EA05BB025bb5422
Octal162162401331304527312442
Binary11101000111010100000101101110110100101101110111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,142,160); }

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

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

 a { background-color: rgb(14,142,160); }

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

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

 span { border-color: rgb(14,142,160); }

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