#1F88A7

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

Shades of Scooter #1F88A7

Tints of Scooter #1F88A7

Color information

#1F88A7 (or 0x1F88A7) is unknown color: approx Scooter. HEX triplet: 1F, 88 and A7. RGB value is (31,136,167). Sum of RGB (Red+Green+Blue) = 31+136+167=334 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.28% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 167 (65.62% from 255 or 50% from 334); Max value from RGB is 167 - color contains mainly: blue. Hex color #1F88A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F88A7 is #E07758. Grayscale: #6B6B6B. Windows color (decimal): -14710617 or 10979359. OLE color: 10979359.

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

Color convert

RGB31136167-
CMYK0.810.1900.35
HSL193.68º68.69%38.82%-
HSV(B)193.68º81.44%65.49%-
XYZ16.3420.6939.69-
YUV108.14161.2172.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.28%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 167 (65.62% from 255) = 50%
R=9.28%
G=40.72%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311361670.810.1900.35193.6868.6938.82
Hex1F88A75113023c24527
Octal372102471212304330210547
Binary1111110001000101001111010001100110100011110000101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F88A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,136,167); }

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

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

 a { background-color: rgb(31,136,167); }

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

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

 span { border-color: rgb(31,136,167); }

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