#1C869B

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

Shades of Scooter #1C869B

Tints of Scooter #1C869B

Color information

#1C869B (or 0x1C869B) is unknown color: approx Scooter. HEX triplet: 1C, 86 and 9B. RGB value is (28,134,155). Sum of RGB (Red+Green+Blue) = 28+134+155=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C869B is #E37964. Grayscale: #686868. Windows color (decimal): -14907749 or 10192412. OLE color: 10192412.

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

Color convert

RGB28134155-
CMYK0.820.1400.39
HSL189.92º69.4%35.88%-
HSV(B)189.92º81.94%60.78%-
XYZ14.9219.6634.02-
YUV104.7156.3873.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.83%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=8.83%
G=42.27%
B=48.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal281341550.820.1400.39189.9269.435.88
Hex1C869B52E027be4524
Octal342062331221604727610544
Binary111001000011010011011101001011100100111101111101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,134,155); }

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

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

 a { background-color: rgb(28,134,155); }

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

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

 span { border-color: rgb(28,134,155); }

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