Html Css Color HEX #09829B Eastern Blue

📋 copy color: '#09829B'

red 9 ◦ green 130 ◦ blue 155

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

Shades of Eastern Blue #09829B

Tints of Eastern Blue #09829B

RGB

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

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

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

R = 3.06%
G = 44.22%
B = 52.72%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09829B (or 0x09829B) is known color: Eastern Blue. HEX triplet: 09, 82 and 9B. RGB value is (9,130,155). Sum of RGB (Red+Green+Blue) = 9+130+155=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #09829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09829B is #F67D64. Grayscale: #606060. Windows color (decimal): -16153957 or 10191369. OLE color: 10191369.

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

Color convert

RGB 9 130 155 -
CMYK 0.94 0.16 0 0.39
HSL 190.27º 0.89% 0.32% -
HSV(B) 190.27º 0.94% 0.61% -
XYZ 14.01 18.39 33.82 -
YUV 96.67 160.91 65.47 -
System Red Green Blue C M Y K H S L
Decimal 9 130 155 0.94 0.16 0 0.39 190.27 0.89 0.32
Hex 9 82 9B 5E 10 0 27 BE 59 20
Octal 11 202 233 136 20 0 47 276 131 40
Binary 1001 10000010 10011011 1011110 10000 0 100111 10111110 1011001 100000

Color Harmonies of #09829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09829B

Black with #09829B

Text Example


Text Example

White with #09829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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