Html Css Color HEX #09939B Eastern Blue

📋 copy color: '#09939B'

red 9 ◦ green 147 ◦ blue 155

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

Shades of Eastern Blue #09939B

Tints of Eastern Blue #09939B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.84%

R = 2.89%
G = 47.27%
B = 49.84%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09939B (or 0x09939B) is known color: Eastern Blue. HEX triplet: 09, 93 and 9B. RGB value is (9,147,155). Sum of RGB (Red+Green+Blue) = 9+147+155=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #09939B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09939B is #F66C64. Grayscale: #6A6A6A. Windows color (decimal): -16149605 or 10195721. OLE color: 10195721.

HSL color Cylindrical-coordinate representation of color #09939B: hue angle of 183.29º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09939B is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 147 155 -
CMYK 0.94 0.05 0 0.39
HSL 183.29º 0.89% 0.32% -
HSV(B) 183.29º 0.94% 0.61% -
XYZ 16.46 23.29 34.64 -
YUV 106.65 155.28 58.35 -
System Red Green Blue C M Y K H S L
Decimal 9 147 155 0.94 0.05 0 0.39 183.29 0.89 0.32
Hex 9 93 9B 5E 5 0 27 B7 59 20
Octal 11 223 233 136 5 0 47 267 131 40
Binary 1001 10010011 10011011 1011110 101 0 100111 10110111 1011001 100000

Color Harmonies of #09939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09939B

Black with #09939B

Text Example


Text Example

White with #09939B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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