Html Css Color HEX #20829F Scooter

📋 copy color: '#20829F'

red 32 ◦ green 130 ◦ blue 159

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

Shades of Scooter #20829F

Tints of Scooter #20829F

RGB

 RED value IS 32 (12.89% from 255) = 9.97%

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

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

R = 9.97%
G = 40.5%
B = 49.53%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20829F (or 0x20829F) is known color: Scooter. HEX triplet: 20, 82 and 9F. RGB value is (32,130,159). Sum of RGB (Red+Green+Blue) = 32+130+159=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #20829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20829F is #DF7D60. Grayscale: #676767. Windows color (decimal): -14646625 or 10453536. OLE color: 10453536.

HSL color Cylindrical-coordinate representation of color #20829F: hue angle of 193.7º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20829F is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 130 159 -
CMYK 0.80 0.18 0 0.38
HSL 193.7º 0.66% 0.37% -
HSV(B) 193.7º 0.8% 0.62% -
XYZ 14.84 18.78 35.64 -
YUV 104 159.03 76.64 -
System Red Green Blue C M Y K H S L
Decimal 32 130 159 0.80 0.18 0 0.38 193.7 0.66 0.37
Hex 20 82 9F 50 12 0 26 C2 42 25
Octal 40 202 237 120 22 0 46 302 102 45
Binary 100000 10000010 10011111 1010000 10010 0 100110 11000010 1000010 100101

Color Harmonies of #20829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20829F

Black with #20829F

Text Example


Text Example

White with #20829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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