Html Css Color HEX #008DA0 Eastern Blue

📋 copy color: '#008DA0'

red 0 ◦ green 141 ◦ blue 160

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

Shades of Eastern Blue #008DA0

Tints of Eastern Blue #008DA0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 141 (55.47% from 255) = 46.84%

 BLUE value IS 160 (62.89% from 255) = 53.16%

R = 0%
G = 46.84%
B = 53.16%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#008DA0 (or 0x008DA0) is known color: Eastern Blue. HEX triplet: 00, 8D and A0. RGB value is (0,141,160). Sum of RGB (Red+Green+Blue) = 0+141+160=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #008DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DA0 is #FF725F. Grayscale: #646464. Windows color (decimal): -16740960 or 10521856. OLE color: 10521856.

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

Color convert

RGB 0 141 160 -
CMYK 1 0.12 0 0.37
HSL 187.13º 1% 0.31% -
HSV(B) 187.13º 1% 0.63% -
XYZ 15.87 21.59 36.59 -
YUV 101.01 161.29 55.96 -
System Red Green Blue C M Y K H S L
Decimal 0 141 160 1 0.12 0 0.37 187.13 1 0.31
Hex 0 8D A0 64 C 0 25 BB 64 1F
Octal 0 215 240 144 14 0 45 273 144 37
Binary 0 10001101 10100000 1100100 1100 0 100101 10111011 1100100 11111

Color Harmonies of #008DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DA0

Black with #008DA0

Text Example


Text Example

White with #008DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #008DA0;
 }
 .AnyTagClassName
 {
   color: #008DA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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