Html Css Color HEX #1D879B Scooter

📋 copy color: '#1D879B'

red 29 ◦ green 135 ◦ blue 155

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

Shades of Scooter #1D879B

Tints of Scooter #1D879B

RGB

 RED value IS 29 (11.72% from 255) = 9.09%

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

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

R = 9.09%
G = 42.32%
B = 48.59%

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

#1D879B (or 0x1D879B) is known color: Scooter. HEX triplet: 1D, 87 and 9B. RGB value is (29,135,155). Sum of RGB (Red+Green+Blue) = 29+135+155=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D879B is #E27864. Grayscale: #696969. Windows color (decimal): -14841957 or 10192669. OLE color: 10192669.

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

Color convert

RGB 29 135 155 -
CMYK 0.81 0.13 0 0.39
HSL 189.52º 0.68% 0.36% -
HSV(B) 189.52º 0.81% 0.61% -
XYZ 15.09 19.96 34.07 -
YUV 105.59 155.88 73.37 -
System Red Green Blue C M Y K H S L
Decimal 29 135 155 0.81 0.13 0 0.39 189.52 0.68 0.36
Hex 1D 87 9B 51 D 0 27 BE 44 24
Octal 35 207 233 121 15 0 47 276 104 44
Binary 11101 10000111 10011011 1010001 1101 0 100111 10111110 1000100 100100

Color Harmonies of #1D879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D879B

Black with #1D879B

Text Example


Text Example

White with #1D879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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