Html Css Color HEX #09839B Eastern Blue

📋 copy color: '#09839B'

red 9 ◦ green 131 ◦ blue 155

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

Shades of Eastern Blue #09839B

Tints of Eastern Blue #09839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.41%

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

R = 3.05%
G = 44.41%
B = 52.54%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09839B (or 0x09839B) is known color: Eastern Blue. HEX triplet: 09, 83 and 9B. RGB value is (9,131,155). Sum of RGB (Red+Green+Blue) = 9+131+155=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #09839B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09839B is #F67C64. Grayscale: #616161. Windows color (decimal): -16153701 or 10191625. OLE color: 10191625.

HSL color Cylindrical-coordinate representation of color #09839B: hue angle of 189.86º 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 #09839B is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 131 155 -
CMYK 0.94 0.15 0 0.39
HSL 189.86º 0.89% 0.32% -
HSV(B) 189.86º 0.94% 0.61% -
XYZ 14.15 18.66 33.87 -
YUV 97.26 160.58 65.05 -
System Red Green Blue C M Y K H S L
Decimal 9 131 155 0.94 0.15 0 0.39 189.86 0.89 0.32
Hex 9 83 9B 5E F 0 27 BE 59 20
Octal 11 203 233 136 17 0 47 276 131 40
Binary 1001 10000011 10011011 1011110 1111 0 100111 10111110 1011001 100000

Color Harmonies of #09839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09839B

Black with #09839B

Text Example


Text Example

White with #09839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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