Html Css Color HEX #09809A Eastern Blue

📋 copy color: '#09809A'

red 9 ◦ green 128 ◦ blue 154

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

Shades of Eastern Blue #09809A

Tints of Eastern Blue #09809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.99%

 BLUE value IS 154 (60.55% from 255) = 52.92%

R = 3.09%
G = 43.99%
B = 52.92%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#09809A (or 0x09809A) is known color: Eastern Blue. HEX triplet: 09, 80 and 9A. RGB value is (9,128,154). Sum of RGB (Red+Green+Blue) = 9+128+154=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #09809A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09809A is #F67F65. Grayscale: #5F5F5F. Windows color (decimal): -16154470 or 10125321. OLE color: 10125321.

HSL color Cylindrical-coordinate representation of color #09809A: hue angle of 190.76º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09809A is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 128 154 -
CMYK 0.94 0.17 0 0.40
HSL 190.76º 0.89% 0.32% -
HSV(B) 190.76º 0.94% 0.6% -
XYZ 13.66 17.83 33.29 -
YUV 95.38 161.08 66.39 -
System Red Green Blue C M Y K H S L
Decimal 9 128 154 0.94 0.17 0 0.40 190.76 0.89 0.32
Hex 9 80 9A 5E 11 0 28 BF 59 20
Octal 11 200 232 136 21 0 50 277 131 40
Binary 1001 10000000 10011010 1011110 10001 0 101000 10111111 1011001 100000

Color Harmonies of #09809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09809A

Black with #09809A

Text Example


Text Example

White with #09809A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09809A; }

 p { color: rgb(9,128,154); }

 H1.HeaderClassName
 {
   color: #09809A;
 }
 .AnyTagClassName
 {
   color: #09809A;
 }
</style>

background-color css

<style>
 a { background-color: #09809A; }

 a { background-color: rgb(9,128,154); }

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

border-color css

<style>
 span { border-color: #09809A; }

 span { border-color: rgb(9,128,154); }

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