#1f8da1

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

Shades of Scooter #1F8DA1

Tints of Scooter #1F8DA1

Color information

#1F8DA1 (or 0x1F8DA1) is unknown color: approx Scooter. HEX triplet: 1F, 8D and A1. RGB value is (31,141,161). Sum of RGB (Red+Green+Blue) = 31+141+161=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 161 (63.28% from 255 or 48.35% from 333); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F8DA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8DA1 is #E0725E. Grayscale: #6E6E6E. Windows color (decimal): -14709343 or 10587423. OLE color: 10587423.

HSL color Cylindrical-coordinate representation of color #1F8DA1: hue angle of 189.23º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F8DA1 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB31141161-
CMYK0.810.1200.37
HSL189.23º67.71%37.65%-
HSV(B)189.23º80.75%63.14%-
XYZ16.5221.9137.08-
YUV110.39156.5671.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.31%
GREEN value IS 141 (55.47% from 255) = 42.34%
BLUE value IS 161 (63.28% from 255) = 48.35%
R=9.31%
G=42.34%
B=48.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal311411610.810.1200.37189.2367.7137.65
Hex1F8DA151C025bd4426
Octal372152411211404527510446
Binary111111000110110100001101000111000100101101111011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f8da1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,141,161); }

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

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

 a { background-color: rgb(31,141,161); }

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

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

 span { border-color: rgb(31,141,161); }

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