Html Css Color HEX #008E9C Eastern Blue

📋 copy color: '#008E9C'

red 0 ◦ green 142 ◦ blue 156

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

Shades of Eastern Blue #008E9C

Tints of Eastern Blue #008E9C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.65%

 BLUE value IS 156 (61.33% from 255) = 52.35%

R = 0%
G = 47.65%
B = 52.35%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#008E9C (or 0x008E9C) is known color: Eastern Blue. HEX triplet: 00, 8E and 9C. RGB value is (0,142,156). Sum of RGB (Red+Green+Blue) = 0+142+156=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #008E9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008E9C is #FF7163. Grayscale: #646464. Windows color (decimal): -16740708 or 10259968. OLE color: 10259968.

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

Color convert

RGB 0 142 156 -
CMYK 1 0.09 0 0.39
HSL 185.38º 1% 0.31% -
HSV(B) 185.38º 1% 0.61% -
XYZ 15.67 21.75 34.82 -
YUV 101.14 158.96 55.86 -
System Red Green Blue C M Y K H S L
Decimal 0 142 156 1 0.09 0 0.39 185.38 1 0.31
Hex 0 8E 9C 64 9 0 27 B9 64 1F
Octal 0 216 234 144 11 0 47 271 144 37
Binary 0 10001110 10011100 1100100 1001 0 100111 10111001 1100100 11111

Color Harmonies of #008E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008E9C

Black with #008E9C

Text Example


Text Example

White with #008E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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