#208AA6

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

Shades of Scooter #208AA6

Tints of Scooter #208AA6

Color information

#208AA6 (or 0x208AA6) is unknown color: approx Scooter. HEX triplet: 20, 8A and A6. RGB value is (32,138,166). Sum of RGB (Red+Green+Blue) = 32+138+166=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 166 (65.23% from 255 or 49.40% from 336); Max value from RGB is 166 - color contains mainly: blue. Hex color #208AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208AA6 is #DF7559. Grayscale: #6D6D6D. Windows color (decimal): -14644570 or 10914336. OLE color: 10914336.

HSL color Cylindrical-coordinate representation of color #208AA6: hue angle of 192.54º 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 #208AA6 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB32138166-
CMYK0.810.1700.35
HSL192.54º67.68%38.82%-
HSV(B)192.54º80.72%65.1%-
XYZ16.5721.2439.3-
YUV109.5159.8872.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.52%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 166 (65.23% from 255) = 49.40%
R=9.52%
G=41.07%
B=49.40%

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
Decimal321381660.810.1700.35192.5467.6838.82
Hex208AA65111023c14427
Octal402122461212104330110447
Binary10000010001010101001101010001100010100011110000011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208AA6; }

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

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

<style>
 a { background-color: #208AA6; }

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

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

<style>
 span { border-color: #208AA6; }

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

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