Html Css Color HEX #09939D Eastern Blue

📋 copy color: '#09939D'

red 9 ◦ green 147 ◦ blue 157

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

Shades of Eastern Blue #09939D

Tints of Eastern Blue #09939D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

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

R = 2.88%
G = 46.96%
B = 50.16%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09939D (or 0x09939D) is known color: Eastern Blue. HEX triplet: 09, 93 and 9D. RGB value is (9,147,157). Sum of RGB (Red+Green+Blue) = 9+147+157=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #09939D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09939D is #F66C62. Grayscale: #6A6A6A. Windows color (decimal): -16149603 or 10326793. OLE color: 10326793.

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

Color convert

RGB 9 147 157 -
CMYK 0.94 0.06 0 0.38
HSL 184.05º 0.89% 0.33% -
HSV(B) 184.05º 0.94% 0.62% -
XYZ 16.63 23.36 35.53 -
YUV 106.88 156.28 58.19 -
System Red Green Blue C M Y K H S L
Decimal 9 147 157 0.94 0.06 0 0.38 184.05 0.89 0.33
Hex 9 93 9D 5E 6 0 26 B8 59 21
Octal 11 223 235 136 6 0 46 270 131 41
Binary 1001 10010011 10011101 1011110 110 0 100110 10111000 1011001 100001

Color Harmonies of #09939D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09939D

Black with #09939D

Text Example


Text Example

White with #09939D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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