#008e9b

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

Shades of Eastern Blue #008E9B

Tints of Eastern Blue #008E9B

Color information

#008E9B (or 0x008E9B) is unknown color: approx Eastern Blue. HEX triplet: 00, 8E and 9B. RGB value is (0,142,155). Sum of RGB (Red+Green+Blue) = 0+142+155=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #008E9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008E9B is #FF7164. Grayscale: #646464. Windows color (decimal): -16740709 or 10194432. OLE color: 10194432.

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

Color convert

RGB0142155-
CMYK10.0800.39
HSL185.03º100%30.39%-
HSV(B)185.03º100%60.78%-
XYZ15.5921.7134.38-
YUV101.02158.4655.94-

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.81%
BLUE value IS 155 (60.94% from 255) = 52.19%
R=0%
G=47.81%
B=52.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal014215510.0800.39185.0310030.39
Hex08E9B648027b9641e
Octal02162331441004727114436
Binary0100011101001101111001001000010011110111001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008e9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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