#208a9f

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

Shades of Scooter #208A9F

Tints of Scooter #208A9F

Color information

#208A9F (or 0x208A9F) is unknown color: approx Scooter. HEX triplet: 20, 8A and 9F. RGB value is (32,138,159). Sum of RGB (Red+Green+Blue) = 32+138+159=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #208A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208A9F is #DF7560. Grayscale: #6C6C6C. Windows color (decimal): -14644577 or 10455584. OLE color: 10455584.

HSL color Cylindrical-coordinate representation of color #208A9F: hue angle of 189.92º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #208A9F is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB32138159-
CMYK0.800.1300.38
HSL189.92º66.49%37.45%-
HSV(B)189.92º79.87%62.35%-
XYZ15.9420.9936.01-
YUV108.7156.3873.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.73%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=9.73%
G=41.95%
B=48.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321381590.800.1300.38189.9266.4937.45
Hex208A9F50D026be4225
Octal402122371201504627610245
Binary1000001000101010011111101000011010100110101111101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208a9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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