#008D9F

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

Shades of Eastern Blue #008D9F

Tints of Eastern Blue #008D9F

Color information

#008D9F (or 0x008D9F) is unknown color: approx Eastern Blue. HEX triplet: 00, 8D and 9F. RGB value is (0,141,159). Sum of RGB (Red+Green+Blue) = 0+141+159=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #008D9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D9F is #FF7260. Grayscale: #646464. Windows color (decimal): -16740961 or 10456320. OLE color: 10456320.

HSL color Cylindrical-coordinate representation of color #008D9F: hue angle of 186.79º 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 #008D9F is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB0141159-
CMYK10.1100.38
HSL186.79º100%31.18%-
HSV(B)186.79º100%62.35%-
XYZ15.7821.5536.13-
YUV100.89160.7956.04-

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%
BLUE value IS 159 (62.5% from 255) = 53%
R=0%
G=47%
B=53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal014115910.1100.38186.7910031.18
Hex08D9F64B026bb641f
Octal02152371441304627314437
Binary0100011011001111111001001011010011010111011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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