#1987A3

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

Shades of Scooter #1987A3

Tints of Scooter #1987A3

Color information

#1987A3 (or 0x1987A3) is unknown color: approx Scooter. HEX triplet: 19, 87 and A3. RGB value is (25,135,163). Sum of RGB (Red+Green+Blue) = 25+135+163=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #1987A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1987A3 is #E6785C. Grayscale: #696969. Windows color (decimal): -15104093 or 10716953. OLE color: 10716953.

HSL color Cylindrical-coordinate representation of color #1987A3: hue angle of 192.17º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1987A3 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB25135163-
CMYK0.850.1700.36
HSL192.17º73.4%36.86%-
HSV(B)192.17º84.66%63.92%-
XYZ15.6820.1837.72-
YUV105.3160.5670.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.74%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 163 (64.06% from 255) = 50.46%
R=7.74%
G=41.80%
B=50.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal251351630.850.1700.36192.1773.436.86
Hex1987A35511024c04925
Octal312072431252104430011145
Binary1100110000111101000111010101100010100100110000001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1987A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1987A3; }

 p { color: rgb(25,135,163); }

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

<style>
 a { background-color: #1987A3; }

 a { background-color: rgb(25,135,163); }

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

<style>
 span { border-color: #1987A3; }

 span { border-color: rgb(25,135,163); }

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