#0E8AAC

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

Shades of Eastern Blue #0E8AAC

Tints of Eastern Blue #0E8AAC

Color information

#0E8AAC (or 0x0E8AAC) is unknown color: approx Eastern Blue. HEX triplet: 0E, 8A and AC. RGB value is (14,138,172). Sum of RGB (Red+Green+Blue) = 14+138+172=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E8AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8AAC is #F17553. Grayscale: #686868. Windows color (decimal): -15824212 or 11307534. OLE color: 11307534.

HSL color Cylindrical-coordinate representation of color #0E8AAC: hue angle of 192.91º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E8AAC is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14138172-
CMYK0.920.2000.33
HSL192.91º84.95%36.47%-
HSV(B)192.91º91.86%67.45%-
XYZ16.7221.2542.25-
YUV104.8165.9263.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.32%
GREEN value IS 138 (54.30% from 255) = 42.59%
BLUE value IS 172 (67.58% from 255) = 53.09%
R=4.32%
G=42.59%
B=53.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141381720.920.2000.33192.9184.9536.47
HexE8AAC5C14021c15524
Octal162122541342404130112544
Binary111010001010101011001011100101000100001110000011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,138,172); }

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

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

 a { background-color: rgb(14,138,172); }

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

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

 span { border-color: rgb(14,138,172); }

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