#09939D

Color #09939D Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #09939D

Tints of Eastern Blue #09939D

Color information

#09939D (or 0x09939D) is unknown color: approx 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

RGB9147157-
CMYK0.940.0600.38
HSL184.05º89.16%32.55%-
HSV(B)184.05º94.27%61.57%-
XYZ16.6323.3635.53-
YUV106.88156.2858.19-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91471570.940.0600.38184.0589.1632.55
Hex9939D5E6026b85921
Octal11223235136604627013141
Binary1001100100111001110110111101100100110101110001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>