#2083A9

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

Shades of Scooter #2083A9

Tints of Scooter #2083A9

Color information

#2083A9 (or 0x2083A9) is unknown color: approx Scooter. HEX triplet: 20, 83 and A9. RGB value is (32,131,169). Sum of RGB (Red+Green+Blue) = 32+131+169=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 169 (66.41% from 255 or 50.90% from 332); Max value from RGB is 169 - color contains mainly: blue. Hex color #2083A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2083A9 is #DF7C56. Grayscale: #696969. Windows color (decimal): -14646359 or 11109152. OLE color: 11109152.

HSL color Cylindrical-coordinate representation of color #2083A9: hue angle of 196.64º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2083A9 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB32131169-
CMYK0.810.2200.34
HSL196.64º68.16%39.41%-
HSV(B)196.64º81.07%66.27%-
XYZ15.8719.440.44-
YUV105.73163.775.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.64%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 169 (66.41% from 255) = 50.90%
R=9.64%
G=39.46%
B=50.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal321311690.810.2200.34196.6468.1639.41
Hex2083A95116022c54427
Octal402032511212604230510447
Binary10000010000011101010011010001101100100010110001011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2083A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2083A9; }

 p { color: rgb(32,131,169); }

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

<style>
 a { background-color: #2083A9; }

 a { background-color: rgb(32,131,169); }

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

<style>
 span { border-color: #2083A9; }

 span { border-color: rgb(32,131,169); }

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