Html Css Color HEX #09829F Eastern Blue

📋 copy color: '#09829F'

red 9 ◦ green 130 ◦ blue 159

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

Shades of Eastern Blue #09829F

Tints of Eastern Blue #09829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.36%

R = 3.02%
G = 43.62%
B = 53.36%

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

#09829F (or 0x09829F) is known color: Eastern Blue. HEX triplet: 09, 82 and 9F. RGB value is (9,130,159). Sum of RGB (Red+Green+Blue) = 9+130+159=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #09829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09829F is #F67D60. Grayscale: #606060. Windows color (decimal): -16153953 or 10453513. OLE color: 10453513.

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

Color convert

RGB 9 130 159 -
CMYK 0.94 0.18 0 0.38
HSL 191.6º 0.89% 0.33% -
HSV(B) 191.6º 0.94% 0.62% -
XYZ 14.35 18.53 35.62 -
YUV 97.13 162.91 65.14 -
System Red Green Blue C M Y K H S L
Decimal 9 130 159 0.94 0.18 0 0.38 191.6 0.89 0.33
Hex 9 82 9F 5E 12 0 26 C0 59 21
Octal 11 202 237 136 22 0 46 300 131 41
Binary 1001 10000010 10011111 1011110 10010 0 100110 11000000 1011001 100001

Color Harmonies of #09829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09829F

Black with #09829F

Text Example


Text Example

White with #09829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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