#1D879D

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

Shades of Scooter #1D879D

Tints of Scooter #1D879D

Color information

#1D879D (or 0x1D879D) is unknown color: approx Scooter. HEX triplet: 1D, 87 and 9D. RGB value is (29,135,157). Sum of RGB (Red+Green+Blue) = 29+135+157=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D879D is #E27862. Grayscale: #696969. Windows color (decimal): -14841955 or 10323741. OLE color: 10323741.

HSL color Cylindrical-coordinate representation of color #1D879D: hue angle of 190.31º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D879D is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB29135157-
CMYK0.820.1400.38
HSL190.31º68.82%36.47%-
HSV(B)190.31º81.53%61.57%-
XYZ15.2620.0234.96-
YUV105.81156.8873.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.03%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 157 (61.72% from 255) = 48.91%
R=9.03%
G=42.06%
B=48.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal291351570.820.1400.38190.3168.8236.47
Hex1D879D52E026be4524
Octal352072351221604627610544
Binary111011000011110011101101001011100100110101111101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,135,157); }

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

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

 a { background-color: rgb(29,135,157); }

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

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

 span { border-color: rgb(29,135,157); }

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