Html Css Color HEX #09979D Eastern Blue

📋 copy color: '#09979D'

red 9 ◦ green 151 ◦ blue 157

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

Shades of Eastern Blue #09979D

Tints of Eastern Blue #09979D

RGB

 RED value IS 9 (3.91% from 255) = 2.84%

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

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

R = 2.84%
G = 47.63%
B = 49.53%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09979D (or 0x09979D) is known color: Eastern Blue. HEX triplet: 09, 97 and 9D. RGB value is (9,151,157). Sum of RGB (Red+Green+Blue) = 9+151+157=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #09979D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09979D is #F66862. Grayscale: #6D6D6D. Windows color (decimal): -16148579 or 10327817. OLE color: 10327817.

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

Color convert

RGB 9 151 157 -
CMYK 0.94 0.04 0 0.38
HSL 182.43º 0.89% 0.33% -
HSV(B) 182.43º 0.94% 0.62% -
XYZ 17.27 24.63 35.74 -
YUV 109.23 154.96 56.51 -
System Red Green Blue C M Y K H S L
Decimal 9 151 157 0.94 0.04 0 0.38 182.43 0.89 0.33
Hex 9 97 9D 5E 4 0 26 B6 59 21
Octal 11 227 235 136 4 0 46 266 131 41
Binary 1001 10010111 10011101 1011110 100 0 100110 10110110 1011001 100001

Color Harmonies of #09979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09979D

Black with #09979D

Text Example


Text Example

White with #09979D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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