#2183AB

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

Shades of Scooter #2183AB

Tints of Scooter #2183AB

Color information

#2183AB (or 0x2183AB) is unknown color: approx Scooter. HEX triplet: 21, 83 and AB. RGB value is (33,131,171). Sum of RGB (Red+Green+Blue) = 33+131+171=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #2183AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2183AB is #DE7C54. Grayscale: #6A6A6A. Windows color (decimal): -14580821 or 11240225. OLE color: 11240225.

HSL color Cylindrical-coordinate representation of color #2183AB: hue angle of 197.39º 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 #2183AB is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33131171-
CMYK0.810.2300.33
HSL197.39º67.65%40%-
HSV(B)197.39º80.7%67.06%-
XYZ16.0919.541.44-
YUV106.26164.5375.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.85%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=9.85%
G=39.10%
B=51.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331311710.810.2300.33197.3967.6540
Hex2183AB5117021c54428
Octal412032531212704130510450
Binary10000110000011101010111010001101110100001110001011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2183AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,131,171); }

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

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

 a { background-color: rgb(33,131,171); }

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

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

 span { border-color: rgb(33,131,171); }

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