#2083A0

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

Shades of Scooter #2083A0

Tints of Scooter #2083A0

Color information

#2083A0 (or 0x2083A0) is unknown color: approx Scooter. HEX triplet: 20, 83 and A0. RGB value is (32,131,160). Sum of RGB (Red+Green+Blue) = 32+131+160=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #2083A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2083A0 is #DF7C5F. Grayscale: #686868. Windows color (decimal): -14646368 or 10519328. OLE color: 10519328.

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

Color convert

RGB32131160-
CMYK0.800.1800.37
HSL193.59º66.67%37.65%-
HSV(B)193.59º80%62.75%-
XYZ15.0619.0836.15-
YUV104.7159.276.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.91%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 160 (62.89% from 255) = 49.54%
R=9.91%
G=40.56%
B=49.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal321311600.800.1800.37193.5966.6737.65
Hex2083A05012025c24326
Octal402032401202204530210346
Binary10000010000011101000001010000100100100101110000101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2083A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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