Html Css Color HEX #1989A0 Scooter

📋 copy color: '#1989A0'

red 25 ◦ green 137 ◦ blue 160

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

Shades of Scooter #1989A0

Tints of Scooter #1989A0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.55%

 BLUE value IS 160 (62.89% from 255) = 49.69%

R = 7.76%
G = 42.55%
B = 49.69%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1989A0 (or 0x1989A0) is known color: Scooter. HEX triplet: 19, 89 and A0. RGB value is (25,137,160). Sum of RGB (Red+Green+Blue) = 25+137+160=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #1989A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1989A0 is #E6765F. Grayscale: #696969. Windows color (decimal): -15103584 or 10520857. OLE color: 10520857.

HSL color Cylindrical-coordinate representation of color #1989A0: hue angle of 190.22º 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 #1989A0 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 137 160 -
CMYK 0.84 0.14 0 0.37
HSL 190.22º 0.73% 0.36% -
HSV(B) 190.22º 0.84% 0.63% -
XYZ 15.69 20.64 36.41 -
YUV 106.13 158.39 70.13 -
System Red Green Blue C M Y K H S L
Decimal 25 137 160 0.84 0.14 0 0.37 190.22 0.73 0.36
Hex 19 89 A0 54 E 0 25 BE 49 24
Octal 31 211 240 124 16 0 45 276 111 44
Binary 11001 10001001 10100000 1010100 1110 0 100101 10111110 1001001 100100

Color Harmonies of #1989A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1989A0

Black with #1989A0

Text Example


Text Example

White with #1989A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1989A0; }

 p { color: rgb(25,137,160); }

 H1.HeaderClassName
 {
   color: #1989A0;
 }
 .AnyTagClassName
 {
   color: #1989A0;
 }
</style>

background-color css

<style>
 a { background-color: #1989A0; }

 a { background-color: rgb(25,137,160); }

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

border-color css

<style>
 span { border-color: #1989A0; }

 span { border-color: rgb(25,137,160); }

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