#1c8195

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

Shades of Scooter #1C8195

Tints of Scooter #1C8195

Color information

#1C8195 (or 0x1C8195) is unknown color: approx Scooter. HEX triplet: 1C, 81 and 95. RGB value is (28,129,149). Sum of RGB (Red+Green+Blue) = 28+129+149=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C8195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8195 is #E37E6A. Grayscale: #646464. Windows color (decimal): -14909035 or 9797916. OLE color: 9797916.

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

Color convert

RGB28129149-
CMYK0.810.1300.42
HSL189.92º68.36%34.71%-
HSV(B)189.92º81.21%58.43%-
XYZ13.7518.1231.21-
YUV101.08155.0475.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.15%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 149 (58.59% from 255) = 48.69%
R=9.15%
G=42.16%
B=48.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281291490.810.1300.42189.9268.3634.71
Hex1C819551D02Abe4423
Octal342012251211505227610443
Binary111001000000110010101101000111010101010101111101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c8195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,129,149); }

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

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

 a { background-color: rgb(28,129,149); }

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

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

 span { border-color: rgb(28,129,149); }

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