#1F829E

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

Shades of Scooter #1F829E

Tints of Scooter #1F829E

Color information

#1F829E (or 0x1F829E) is unknown color: approx Scooter. HEX triplet: 1F, 82 and 9E. RGB value is (31,130,158). Sum of RGB (Red+Green+Blue) = 31+130+158=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F829E is #E07D61. Grayscale: #676767. Windows color (decimal): -14712162 or 10387999. OLE color: 10387999.

HSL color Cylindrical-coordinate representation of color #1F829E: hue angle of 193.23º degrees, saturation: 0.67, 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 #1F829E is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB31130158-
CMYK0.800.1800.38
HSL193.23º67.2%37.06%-
HSV(B)193.23º80.38%61.96%-
XYZ14.7218.7335.19-
YUV103.59158.776.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.72%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 158 (62.11% from 255) = 49.53%
R=9.72%
G=40.75%
B=49.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal311301580.800.1800.38193.2367.237.06
Hex1F829E5012026c14325
Octal372022361202204630110345
Binary1111110000010100111101010000100100100110110000011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,130,158); }

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

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

 a { background-color: rgb(31,130,158); }

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

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

 span { border-color: rgb(31,130,158); }

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