#208EA3

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

Shades of Scooter #208EA3

Tints of Scooter #208EA3

Color information

#208EA3 (or 0x208EA3) is unknown color: approx Scooter. HEX triplet: 20, 8E and A3. RGB value is (32,142,163). Sum of RGB (Red+Green+Blue) = 32+142+163=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 163 - color contains mainly: blue. Hex color #208EA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208EA3 is #DF715C. Grayscale: #6F6F6F. Windows color (decimal): -14643549 or 10718752. OLE color: 10718752.

HSL color Cylindrical-coordinate representation of color #208EA3: hue angle of 189.62º 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 #208EA3 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB32142163-
CMYK0.800.1300.36
HSL189.62º67.18%38.24%-
HSV(B)189.62º80.37%63.92%-
XYZ16.8822.338.06-
YUV111.5157.0671.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.50%
GREEN value IS 142 (55.86% from 255) = 42.14%
BLUE value IS 163 (64.06% from 255) = 48.37%
R=9.50%
G=42.14%
B=48.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal321421630.800.1300.36189.6267.1838.24
Hex208EA350D024be4326
Octal402162431201504427610346
Binary1000001000111010100011101000011010100100101111101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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