#1D809C

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

Shades of Scooter #1D809C

Tints of Scooter #1D809C

Color information

#1D809C (or 0x1D809C) is unknown color: approx Scooter. HEX triplet: 1D, 80 and 9C. RGB value is (29,128,156). Sum of RGB (Red+Green+Blue) = 29+128+156=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D809C is #E27F63. Grayscale: #656565. Windows color (decimal): -14843748 or 10256413. OLE color: 10256413.

HSL color Cylindrical-coordinate representation of color #1D809C: hue angle of 193.23º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D809C is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB29128156-
CMYK0.810.1800.39
HSL193.23º68.65%36.27%-
HSV(B)193.23º81.41%61.18%-
XYZ14.2318.134.2-
YUV101.59158.776.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.27%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 156 (61.33% from 255) = 49.84%
R=9.27%
G=40.89%
B=49.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal291281560.810.1800.39193.2368.6536.27
Hex1D809C5112027c14524
Octal352002341212204730110544
Binary1110110000000100111001010001100100100111110000011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D809C; }

 p { color: rgb(29,128,156); }

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

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

 a { background-color: rgb(29,128,156); }

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

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

 span { border-color: rgb(29,128,156); }

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