Html Css Color HEX #1E879B Scooter

📋 copy color: '#1E879B'

red 30 ◦ green 135 ◦ blue 155

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

Shades of Scooter #1E879B

Tints of Scooter #1E879B

RGB

 RED value IS 30 (12.11% from 255) = 9.38%

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

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 9.38%
G = 42.19%
B = 48.44%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E879B (or 0x1E879B) is known color: Scooter. HEX triplet: 1E, 87 and 9B. RGB value is (30,135,155). Sum of RGB (Red+Green+Blue) = 30+135+155=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E879B is #E17864. Grayscale: #696969. Windows color (decimal): -14776421 or 10192670. OLE color: 10192670.

HSL color Cylindrical-coordinate representation of color #1E879B: hue angle of 189.6º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E879B is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 135 155 -
CMYK 0.81 0.13 0 0.39
HSL 189.6º 0.68% 0.36% -
HSV(B) 189.6º 0.81% 0.61% -
XYZ 15.12 19.97 34.07 -
YUV 105.89 155.71 73.87 -
System Red Green Blue C M Y K H S L
Decimal 30 135 155 0.81 0.13 0 0.39 189.6 0.68 0.36
Hex 1E 87 9B 51 D 0 27 BE 44 24
Octal 36 207 233 121 15 0 47 276 104 44
Binary 11110 10000111 10011011 1010001 1101 0 100111 10111110 1000100 100100

Color Harmonies of #1E879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E879B

Black with #1E879B

Text Example


Text Example

White with #1E879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,135,155); }

 H1.HeaderClassName
 {
   color: #1E879B;
 }
 .AnyTagClassName
 {
   color: #1E879B;
 }
</style>

background-color css

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

 a { background-color: rgb(30,135,155); }

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

border-color css

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

 span { border-color: rgb(30,135,155); }

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