#0E85A6

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

Shades of Eastern Blue #0E85A6

Tints of Eastern Blue #0E85A6

Color information

#0E85A6 (or 0x0E85A6) is unknown color: approx Eastern Blue. HEX triplet: 0E, 85 and A6. RGB value is (14,133,166). Sum of RGB (Red+Green+Blue) = 14+133+166=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 166 (65.23% from 255 or 53.04% from 313); Max value from RGB is 166 - color contains mainly: blue. Hex color #0E85A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E85A6 is #F17A59. Grayscale: #646464. Windows color (decimal): -15825498 or 10913038. OLE color: 10913038.

HSL color Cylindrical-coordinate representation of color #0E85A6: hue angle of 193.03º 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 #0E85A6 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14133166-
CMYK0.920.2000.35
HSL193.03º84.44%35.29%-
HSV(B)193.03º91.57%65.1%-
XYZ15.4519.6239.05-
YUV101.18164.5865.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.47%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 166 (65.23% from 255) = 53.04%
R=4.47%
G=42.49%
B=53.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141331660.920.2000.35193.0384.4435.29
HexE85A65C14023c15423
Octal162052461342404330112443
Binary111010000101101001101011100101000100011110000011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E85A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,133,166); }

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

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

 a { background-color: rgb(14,133,166); }

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

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

 span { border-color: rgb(14,133,166); }

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