#1F8FA1

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

Shades of Scooter #1F8FA1

Tints of Scooter #1F8FA1

Color information

#1F8FA1 (or 0x1F8FA1) is unknown color: approx Scooter. HEX triplet: 1F, 8F and A1. RGB value is (31,143,161). Sum of RGB (Red+Green+Blue) = 31+143+161=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F8FA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8FA1 is #E0705E. Grayscale: #6F6F6F. Windows color (decimal): -14708831 or 10587935. OLE color: 10587935.

HSL color Cylindrical-coordinate representation of color #1F8FA1: hue angle of 188.31º 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 #1F8FA1 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB31143161-
CMYK0.810.1100.37
HSL188.31º67.71%37.65%-
HSV(B)188.31º80.75%63.14%-
XYZ16.8222.5137.18-
YUV111.56155.8970.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.25%
GREEN value IS 143 (56.25% from 255) = 42.69%
BLUE value IS 161 (63.28% from 255) = 48.06%
R=9.25%
G=42.69%
B=48.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal311431610.810.1100.37188.3167.7137.65
Hex1F8FA151B025bc4426
Octal372172411211304527410446
Binary111111000111110100001101000110110100101101111001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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