#008EA0

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

Shades of Eastern Blue #008EA0

Tints of Eastern Blue #008EA0

Color information

#008EA0 (or 0x008EA0) is unknown color: approx Eastern Blue. HEX triplet: 00, 8E and A0. RGB value is (0,142,160). Sum of RGB (Red+Green+Blue) = 0+142+160=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #008EA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008EA0 is #FF715F. Grayscale: #656565. Windows color (decimal): -16740704 or 10522112. OLE color: 10522112.

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

Color convert

RGB0142160-
CMYK10.1100.37
HSL186.75º100%31.37%-
HSV(B)186.75º100%62.75%-
XYZ16.0221.8836.64-
YUV101.59160.9655.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 47.02%
BLUE value IS 160 (62.89% from 255) = 52.98%
R=0%
G=47.02%
B=52.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal014216010.1100.37186.7510031.37
Hex08EA064B025bb641f
Octal02162401441304527314437
Binary0100011101010000011001001011010010110111011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008EA0; }

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

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

<style>
 a { background-color: #008EA0; }

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

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

<style>
 span { border-color: #008EA0; }

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

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