Html Css Color HEX #09979F Eastern Blue

📋 copy color: '#09979F'

red 9 ◦ green 151 ◦ blue 159

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

Shades of Eastern Blue #09979F

Tints of Eastern Blue #09979F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.84%

R = 2.82%
G = 47.34%
B = 49.84%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09979F (or 0x09979F) is known color: Eastern Blue. HEX triplet: 09, 97 and 9F. RGB value is (9,151,159). Sum of RGB (Red+Green+Blue) = 9+151+159=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #09979F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09979F is #F66860. Grayscale: #6D6D6D. Windows color (decimal): -16148577 or 10458889. OLE color: 10458889.

HSL color Cylindrical-coordinate representation of color #09979F: hue angle of 183.2º 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 #09979F is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 151 159 -
CMYK 0.94 0.05 0 0.38
HSL 183.2º 0.89% 0.33% -
HSV(B) 183.2º 0.94% 0.62% -
XYZ 17.44 24.69 36.65 -
YUV 109.45 155.96 56.35 -
System Red Green Blue C M Y K H S L
Decimal 9 151 159 0.94 0.05 0 0.38 183.2 0.89 0.33
Hex 9 97 9F 5E 5 0 26 B7 59 21
Octal 11 227 237 136 5 0 46 267 131 41
Binary 1001 10010111 10011111 1011110 101 0 100110 10110111 1011001 100001

Color Harmonies of #09979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09979F

Black with #09979F

Text Example


Text Example

White with #09979F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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