#208B9C

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

Shades of Scooter #208B9C

Tints of Scooter #208B9C

Color information

#208B9C (or 0x208B9C) is unknown color: approx Scooter. HEX triplet: 20, 8B and 9C. RGB value is (32,139,156). Sum of RGB (Red+Green+Blue) = 32+139+156=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #208B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208B9C is #DF7463. Grayscale: #6C6C6C. Windows color (decimal): -14644324 or 10259232. OLE color: 10259232.

HSL color Cylindrical-coordinate representation of color #208B9C: hue angle of 188.23º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208B9C is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB32139156-
CMYK0.790.1100.39
HSL188.23º65.96%36.86%-
HSV(B)188.23º79.49%61.18%-
XYZ15.8321.1734.7-
YUV108.94154.5573.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.79%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=9.79%
G=42.51%
B=47.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321391560.790.1100.39188.2365.9636.86
Hex208B9C4FB027bc4225
Octal402132341171304727410245
Binary1000001000101110011100100111110110100111101111001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,139,156); }

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

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

 a { background-color: rgb(32,139,156); }

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

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

 span { border-color: rgb(32,139,156); }

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