Html Css Color HEX #1987A1 Scooter

📋 copy color: '#1987A1'

red 25 ◦ green 135 ◦ blue 161

#1987A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #1987A1

Tints of Scooter #1987A1

RGB

 RED value IS 25 (10.16% from 255) = 7.79%

 GREEN value IS 135 (53.13% from 255) = 42.06%

 BLUE value IS 161 (63.28% from 255) = 50.16%

R = 7.79%
G = 42.06%
B = 50.16%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1987A1 (or 0x1987A1) is known color: Scooter. HEX triplet: 19, 87 and A1. RGB value is (25,135,161). Sum of RGB (Red+Green+Blue) = 25+135+161=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 161 (63.28% from 255 or 50.16% from 321); Max value from RGB is 161 - color contains mainly: blue. Hex color #1987A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1987A1 is #E6785E. Grayscale: #686868. Windows color (decimal): -15104095 or 10585881. OLE color: 10585881.

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

Color convert

RGB 25 135 161 -
CMYK 0.84 0.16 0 0.37
HSL 191.47º 0.73% 0.36% -
HSV(B) 191.47º 0.84% 0.63% -
XYZ 15.5 20.11 36.78 -
YUV 105.07 159.56 70.89 -
System Red Green Blue C M Y K H S L
Decimal 25 135 161 0.84 0.16 0 0.37 191.47 0.73 0.36
Hex 19 87 A1 54 10 0 25 BF 49 24
Octal 31 207 241 124 20 0 45 277 111 44
Binary 11001 10000111 10100001 1010100 10000 0 100101 10111111 1001001 100100

Color Harmonies of #1987A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1987A1

Black with #1987A1

Text Example


Text Example

White with #1987A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1987A1;
 }
 .AnyTagClassName
 {
   color: #1987A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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