#0E8BAB

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

Shades of Eastern Blue #0E8BAB

Tints of Eastern Blue #0E8BAB

Color information

#0E8BAB (or 0x0E8BAB) is unknown color: approx Eastern Blue. HEX triplet: 0E, 8B and AB. RGB value is (14,139,171). Sum of RGB (Red+Green+Blue) = 14+139+171=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E8BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8BAB is #F17454. Grayscale: #696969. Windows color (decimal): -15823957 or 11242254. OLE color: 11242254.

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

Color convert

RGB14139171-
CMYK0.920.1900.33
HSL192.23º84.86%36.27%-
HSV(B)192.23º91.81%67.06%-
XYZ16.7621.541.79-
YUV105.27165.0962.9-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.32%
GREEN value IS 139 (54.69% from 255) = 42.90%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=4.32%
G=42.90%
B=52.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141391710.920.1900.33192.2384.8636.27
HexE8BAB5C13021c05524
Octal162132531342304130012544
Binary111010001011101010111011100100110100001110000001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,139,171); }

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

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

 a { background-color: rgb(14,139,171); }

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

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

 span { border-color: rgb(14,139,171); }

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