Html Css Color HEX #09829C Eastern Blue

📋 copy color: '#09829C'

red 9 ◦ green 130 ◦ blue 156

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

Shades of Eastern Blue #09829C

Tints of Eastern Blue #09829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 3.05%
G = 44.07%
B = 52.88%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09829C (or 0x09829C) is known color: Eastern Blue. HEX triplet: 09, 82 and 9C. RGB value is (9,130,156). Sum of RGB (Red+Green+Blue) = 9+130+156=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #09829C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09829C is #F67D63. Grayscale: #606060. Windows color (decimal): -16153956 or 10256905. OLE color: 10256905.

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

Color convert

RGB 9 130 156 -
CMYK 0.94 0.17 0 0.39
HSL 190.61º 0.89% 0.32% -
HSV(B) 190.61º 0.94% 0.61% -
XYZ 14.1 18.42 34.27 -
YUV 96.79 161.41 65.39 -
System Red Green Blue C M Y K H S L
Decimal 9 130 156 0.94 0.17 0 0.39 190.61 0.89 0.32
Hex 9 82 9C 5E 11 0 27 BF 59 20
Octal 11 202 234 136 21 0 47 277 131 40
Binary 1001 10000010 10011100 1011110 10001 0 100111 10111111 1011001 100000

Color Harmonies of #09829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09829C

Black with #09829C

Text Example


Text Example

White with #09829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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