#208CA3

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

Shades of Scooter #208CA3

Tints of Scooter #208CA3

Color information

#208CA3 (or 0x208CA3) is unknown color: approx Scooter. HEX triplet: 20, 8C and A3. RGB value is (32,140,163). Sum of RGB (Red+Green+Blue) = 32+140+163=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 163 - color contains mainly: blue. Hex color #208CA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208CA3 is #DF735C. Grayscale: #6E6E6E. Windows color (decimal): -14644061 or 10718240. OLE color: 10718240.

HSL color Cylindrical-coordinate representation of color #208CA3: hue angle of 190.53º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #208CA3 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB32140163-
CMYK0.800.1400.36
HSL190.53º67.18%38.24%-
HSV(B)190.53º80.37%63.92%-
XYZ16.5821.7137.97-
YUV110.33157.7272.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.55%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 163 (64.06% from 255) = 48.66%
R=9.55%
G=41.79%
B=48.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal321401630.800.1400.36190.5367.1838.24
Hex208CA350E024bf4326
Octal402142431201604427710346
Binary1000001000110010100011101000011100100100101111111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,140,163); }

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

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

 a { background-color: rgb(32,140,163); }

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

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

 span { border-color: rgb(32,140,163); }

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