#2082AB

Color #2082AB Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #2082AB

Tints of Scooter #2082AB

Color information

#2082AB (or 0x2082AB) is unknown color: approx Scooter. HEX triplet: 20, 82 and AB. RGB value is (32,130,171). Sum of RGB (Red+Green+Blue) = 32+130+171=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #2082AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2082AB is #DF7D54. Grayscale: #696969. Windows color (decimal): -14646613 or 11239968. OLE color: 11239968.

HSL color Cylindrical-coordinate representation of color #2082AB: hue angle of 197.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2082AB is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB32130171-
CMYK0.810.2400.33
HSL197.7º68.47%39.8%-
HSV(B)197.7º81.29%67.06%-
XYZ15.9319.2141.4-
YUV105.37165.0375.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.61%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=9.61%
G=39.04%
B=51.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321301710.810.2400.33197.768.4739.8
Hex2082AB5118021c64428
Octal402022531213004130610450
Binary10000010000010101010111010001110000100001110001101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2082AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2082AB; }

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

 H1.HeaderClassName
 {
   color: #2082AB;
 }
 .AnyTagClassName
 {
   color: #2082AB;
 }
</style>
background-color css

<style>
 a { background-color: #2082AB; }

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

 div.DivClassName
 {
   background-color: #2082AB;
 }
 .BgClassName
 {
   background-color: #2082AB;
 }
</style>
border-color css

<style>
 span { border-color: #2082AB; }

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

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