#208093

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

Shades of Scooter #208093

Tints of Scooter #208093

Color information

#208093 (or 0x208093) is unknown color: approx Scooter. HEX triplet: 20, 80 and 93. RGB value is (32,128,147). Sum of RGB (Red+Green+Blue) = 32+128+147=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #208093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208093 is #DF7F6C. Grayscale: #656565. Windows color (decimal): -14647149 or 9666592. OLE color: 9666592.

HSL color Cylindrical-coordinate representation of color #208093: hue angle of 189.91º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208093 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB32128147-
CMYK0.780.1300.42
HSL189.91º64.25%35.1%-
HSV(B)189.91º78.23%57.65%-
XYZ13.5817.8530.33-
YUV101.46153.778.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.42%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 147 (57.81% from 255) = 47.88%
R=10.42%
G=41.69%
B=47.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321281470.780.1300.42189.9164.2535.1
Hex2080934ED02Abe4023
Octal402002231161505227610043
Binary1000001000000010010011100111011010101010101111101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208093; }

 p { color: rgb(32,128,147); }

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

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

 a { background-color: rgb(32,128,147); }

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

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

 span { border-color: rgb(32,128,147); }

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