#008D9E

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

Shades of Eastern Blue #008D9E

Tints of Eastern Blue #008D9E

Color information

#008D9E (or 0x008D9E) is unknown color: approx Eastern Blue. HEX triplet: 00, 8D and 9E. RGB value is (0,141,158). Sum of RGB (Red+Green+Blue) = 0+141+158=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #008D9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D9E is #FF7261. Grayscale: #646464. Windows color (decimal): -16740962 or 10390784. OLE color: 10390784.

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

Color convert

RGB0141158-
CMYK10.1100.38
HSL186.46º100%30.98%-
HSV(B)186.46º100%61.96%-
XYZ15.721.5235.67-
YUV100.78160.2956.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 47.16%
BLUE value IS 158 (62.11% from 255) = 52.84%
R=0%
G=47.16%
B=52.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal014115810.1100.38186.4610030.98
Hex08D9E64B026ba641f
Octal02152361441304627214437
Binary0100011011001111011001001011010011010111010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,141,158); }

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

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

 a { background-color: rgb(0,141,158); }

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

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

 span { border-color: rgb(0,141,158); }

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