Html Css Color HEX #008D9F Eastern Blue

📋 copy color: '#008D9F'

red 0 ◦ green 141 ◦ blue 159

#008D9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #008D9F

Tints of Eastern Blue #008D9F

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 value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#008D9F (or 0x008D9F) is known color: 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

RGB 0 141 159 -
CMYK 1 0.11 0 0.38
HSL 186.79º 1% 0.31% -
HSV(B) 186.79º 1% 0.62% -
XYZ 15.78 21.55 36.13 -
YUV 100.89 160.79 56.04 -
System Red Green Blue C M Y K H S L
Decimal 0 141 159 1 0.11 0 0.38 186.79 1 0.31
Hex 0 8D 9F 64 B 0 26 BB 64 1F
Octal 0 215 237 144 13 0 46 273 144 37
Binary 0 10001101 10011111 1100100 1011 0 100110 10111011 1100100 11111

Color Harmonies of #008D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D9F

Black with #008D9F

Text Example


Text Example

White with #008D9F

Text Example


Text Example

HTML Codes & Css Web 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>