#0E8DA5

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

Shades of Eastern Blue #0E8DA5

Tints of Eastern Blue #0E8DA5

Color information

#0E8DA5 (or 0x0E8DA5) is unknown color: approx Eastern Blue. HEX triplet: 0E, 8D and A5. RGB value is (14,141,165). Sum of RGB (Red+Green+Blue) = 14+141+165=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #0E8DA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8DA5 is #F1725A. Grayscale: #696969. Windows color (decimal): -15823451 or 10849550. OLE color: 10849550.

HSL color Cylindrical-coordinate representation of color #0E8DA5: hue angle of 189.54º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E8DA5 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14141165-
CMYK0.920.1500.35
HSL189.54º84.36%35.1%-
HSV(B)189.54º91.52%64.71%-
XYZ16.521.8638.95-
YUV105.76161.4262.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.38%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 165 (64.84% from 255) = 51.56%
R=4.38%
G=44.06%
B=51.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141411650.920.1500.35189.5484.3635.1
HexE8DA55CF023be5423
Octal162152451341704327612443
Binary11101000110110100101101110011110100011101111101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,141,165); }

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

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

 a { background-color: rgb(14,141,165); }

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

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

 span { border-color: rgb(14,141,165); }

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