Html Css Color HEX #09909D Eastern Blue

📋 copy color: '#09909D'

red 9 ◦ green 144 ◦ blue 157

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

Shades of Eastern Blue #09909D

Tints of Eastern Blue #09909D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

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

R = 2.9%
G = 46.45%
B = 50.65%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09909D (or 0x09909D) is known color: Eastern Blue. HEX triplet: 09, 90 and 9D. RGB value is (9,144,157). Sum of RGB (Red+Green+Blue) = 9+144+157=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #09909D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09909D is #F66F62. Grayscale: #686868. Windows color (decimal): -16150371 or 10326025. OLE color: 10326025.

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

Color convert

RGB 9 144 157 -
CMYK 0.94 0.08 0 0.38
HSL 185.27º 0.89% 0.33% -
HSV(B) 185.27º 0.94% 0.62% -
XYZ 16.17 22.44 35.38 -
YUV 105.12 157.27 59.44 -
System Red Green Blue C M Y K H S L
Decimal 9 144 157 0.94 0.08 0 0.38 185.27 0.89 0.33
Hex 9 90 9D 5E 8 0 26 B9 59 21
Octal 11 220 235 136 10 0 46 271 131 41
Binary 1001 10010000 10011101 1011110 1000 0 100110 10111001 1011001 100001

Color Harmonies of #09909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09909D

Black with #09909D

Text Example


Text Example

White with #09909D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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