Html Css Color HEX #09829E Eastern Blue

📋 copy color: '#09829E'

red 9 ◦ green 130 ◦ blue 158

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

Shades of Eastern Blue #09829E

Tints of Eastern Blue #09829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.77%

 BLUE value IS 158 (62.11% from 255) = 53.2%

R = 3.03%
G = 43.77%
B = 53.2%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09829E (or 0x09829E) is known color: Eastern Blue. HEX triplet: 09, 82 and 9E. RGB value is (9,130,158). Sum of RGB (Red+Green+Blue) = 9+130+158=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #09829E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09829E is #F67D61. Grayscale: #606060. Windows color (decimal): -16153954 or 10387977. OLE color: 10387977.

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

Color convert

RGB 9 130 158 -
CMYK 0.94 0.18 0 0.38
HSL 191.28º 0.89% 0.33% -
HSV(B) 191.28º 0.94% 0.62% -
XYZ 14.27 18.49 35.17 -
YUV 97.01 162.41 65.22 -
System Red Green Blue C M Y K H S L
Decimal 9 130 158 0.94 0.18 0 0.38 191.28 0.89 0.33
Hex 9 82 9E 5E 12 0 26 BF 59 21
Octal 11 202 236 136 22 0 46 277 131 41
Binary 1001 10000010 10011110 1011110 10010 0 100110 10111111 1011001 100001

Color Harmonies of #09829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09829E

Black with #09829E

Text Example


Text Example

White with #09829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09829E; }

 p { color: rgb(9,130,158); }

 H1.HeaderClassName
 {
   color: #09829E;
 }
 .AnyTagClassName
 {
   color: #09829E;
 }
</style>

background-color css

<style>
 a { background-color: #09829E; }

 a { background-color: rgb(9,130,158); }

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

border-color css

<style>
 span { border-color: #09829E; }

 span { border-color: rgb(9,130,158); }

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