Html Css Color HEX #08979C Eastern Blue

📋 copy color: '#08979C'

red 8 ◦ green 151 ◦ blue 156

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

Shades of Eastern Blue #08979C

Tints of Eastern Blue #08979C

RGB

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

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

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

R = 2.54%
G = 47.94%
B = 49.52%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08979C (or 0x08979C) is known color: Eastern Blue. HEX triplet: 08, 97 and 9C. RGB value is (8,151,156). Sum of RGB (Red+Green+Blue) = 8+151+156=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #08979C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08979C is #F76863. Grayscale: #6C6C6C. Windows color (decimal): -16214116 or 10262280. OLE color: 10262280.

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

Color convert

RGB 8 151 156 -
CMYK 0.95 0.03 0 0.39
HSL 182.03º 0.9% 0.32% -
HSV(B) 182.03º 0.95% 0.61% -
XYZ 17.17 24.59 35.29 -
YUV 108.81 154.62 56.09 -
System Red Green Blue C M Y K H S L
Decimal 8 151 156 0.95 0.03 0 0.39 182.03 0.9 0.32
Hex 8 97 9C 5F 3 0 27 B6 5A 20
Octal 10 227 234 137 3 0 47 266 132 40
Binary 1000 10010111 10011100 1011111 11 0 100111 10110110 1011010 100000

Color Harmonies of #08979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08979C

Black with #08979C

Text Example


Text Example

White with #08979C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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