#008E9A

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

Shades of Eastern Blue #008E9A

Tints of Eastern Blue #008E9A

Color information

#008E9A (or 0x008E9A) is unknown color: approx Eastern Blue. HEX triplet: 00, 8E and 9A. RGB value is (0,142,154). Sum of RGB (Red+Green+Blue) = 0+142+154=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #008E9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008E9A is #FF7165. Grayscale: #646464. Windows color (decimal): -16740710 or 10128896. OLE color: 10128896.

HSL color Cylindrical-coordinate representation of color #008E9A: hue angle of 184.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E9A is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB0142154-
CMYK10.0800.40
HSL184.68º100%30.2%-
HSV(B)184.68º100%60.39%-
XYZ15.5121.6833.94-
YUV100.91157.9656.02-

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.97%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=0%
G=47.97%
B=52.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal014215410.0800.40184.6810030.2
Hex08E9A648028b9641e
Octal02162321441005027114436
Binary0100011101001101011001001000010100010111001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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