#2089A6

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

Shades of Scooter #2089A6

Tints of Scooter #2089A6

Color information

#2089A6 (or 0x2089A6) is unknown color: approx Scooter. HEX triplet: 20, 89 and A6. RGB value is (32,137,166). Sum of RGB (Red+Green+Blue) = 32+137+166=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 166 - color contains mainly: blue. Hex color #2089A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2089A6 is #DF7659. Grayscale: #6C6C6C. Windows color (decimal): -14644826 or 10914080. OLE color: 10914080.

HSL color Cylindrical-coordinate representation of color #2089A6: hue angle of 192.99º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2089A6 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB32137166-
CMYK0.810.1700.35
HSL192.99º67.68%38.82%-
HSV(B)192.99º80.72%65.1%-
XYZ16.4220.9539.25-
YUV108.91160.2173.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.55%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 166 (65.23% from 255) = 49.55%
R=9.55%
G=40.90%
B=49.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal321371660.810.1700.35192.9967.6838.82
Hex2089A65111023c14427
Octal402112461212104330110447
Binary10000010001001101001101010001100010100011110000011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2089A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2089A6; }

 p { color: rgb(32,137,166); }

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

<style>
 a { background-color: #2089A6; }

 a { background-color: rgb(32,137,166); }

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

<style>
 span { border-color: #2089A6; }

 span { border-color: rgb(32,137,166); }

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