#1F89A7

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

Shades of Scooter #1F89A7

Tints of Scooter #1F89A7

Color information

#1F89A7 (or 0x1F89A7) is unknown color: approx Scooter. HEX triplet: 1F, 89 and A7. RGB value is (31,137,167). Sum of RGB (Red+Green+Blue) = 31+137+167=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 167 (65.62% from 255 or 49.85% from 335); Max value from RGB is 167 - color contains mainly: blue. Hex color #1F89A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F89A7 is #E07658. Grayscale: #6C6C6C. Windows color (decimal): -14710361 or 10979615. OLE color: 10979615.

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

Color convert

RGB31137167-
CMYK0.810.1800.35
HSL193.24º68.69%38.82%-
HSV(B)193.24º81.44%65.49%-
XYZ16.4920.9739.74-
YUV108.73160.8872.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.25%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 167 (65.62% from 255) = 49.85%
R=9.25%
G=40.90%
B=49.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311371670.810.1800.35193.2468.6938.82
Hex1F89A75112023c14527
Octal372112471212204330110547
Binary1111110001001101001111010001100100100011110000011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F89A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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