Html Css Color HEX #08979D Eastern Blue

📋 copy color: '#08979D'

red 8 ◦ green 151 ◦ blue 157

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

Shades of Eastern Blue #08979D

Tints of Eastern Blue #08979D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 2.53%
G = 47.78%
B = 49.68%

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

#08979D (or 0x08979D) is known color: Eastern Blue. HEX triplet: 08, 97 and 9D. RGB value is (8,151,157). Sum of RGB (Red+Green+Blue) = 8+151+157=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #08979D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08979D is #F76862. Grayscale: #6C6C6C. Windows color (decimal): -16214115 or 10327816. OLE color: 10327816.

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

Color convert

RGB 8 151 157 -
CMYK 0.95 0.04 0 0.38
HSL 182.42º 0.9% 0.32% -
HSV(B) 182.42º 0.95% 0.62% -
XYZ 17.25 24.62 35.74 -
YUV 108.93 155.12 56.01 -
System Red Green Blue C M Y K H S L
Decimal 8 151 157 0.95 0.04 0 0.38 182.42 0.9 0.32
Hex 8 97 9D 5F 4 0 26 B6 5A 20
Octal 10 227 235 137 4 0 46 266 132 40
Binary 1000 10010111 10011101 1011111 100 0 100110 10110110 1011010 100000

Color Harmonies of #08979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08979D

Black with #08979D

Text Example


Text Example

White with #08979D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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