Html Css Color HEX #08979E Eastern Blue

📋 copy color: '#08979E'

red 8 ◦ green 151 ◦ blue 158

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

Shades of Eastern Blue #08979E

Tints of Eastern Blue #08979E

RGB

 RED value IS 8 (3.52% from 255) = 2.52%

 GREEN value IS 151 (59.38% from 255) = 47.63%

 BLUE value IS 158 (62.11% from 255) = 49.84%

R = 2.52%
G = 47.63%
B = 49.84%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08979E (or 0x08979E) is known color: Eastern Blue. HEX triplet: 08, 97 and 9E. RGB value is (8,151,158). Sum of RGB (Red+Green+Blue) = 8+151+158=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #08979E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08979E is #F76861. Grayscale: #6C6C6C. Windows color (decimal): -16214114 or 10393352. OLE color: 10393352.

HSL color Cylindrical-coordinate representation of color #08979E: hue angle of 182.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08979E is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 151 158 -
CMYK 0.95 0.04 0 0.38
HSL 182.8º 0.9% 0.33% -
HSV(B) 182.8º 0.95% 0.62% -
XYZ 17.34 24.65 36.19 -
YUV 109.04 155.62 55.93 -
System Red Green Blue C M Y K H S L
Decimal 8 151 158 0.95 0.04 0 0.38 182.8 0.9 0.33
Hex 8 97 9E 5F 4 0 26 B7 5A 21
Octal 10 227 236 137 4 0 46 267 132 41
Binary 1000 10010111 10011110 1011111 100 0 100110 10110111 1011010 100001

Color Harmonies of #08979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08979E

Black with #08979E

Text Example


Text Example

White with #08979E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08979E; }

 p { color: rgb(8,151,158); }

 H1.HeaderClassName
 {
   color: #08979E;
 }
 .AnyTagClassName
 {
   color: #08979E;
 }
</style>

background-color css

<style>
 a { background-color: #08979E; }

 a { background-color: rgb(8,151,158); }

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

border-color css

<style>
 span { border-color: #08979E; }

 span { border-color: rgb(8,151,158); }

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