#1C899E

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

Shades of Scooter #1C899E

Tints of Scooter #1C899E

Color information

#1C899E (or 0x1C899E) is unknown color: approx Scooter. HEX triplet: 1C, 89 and 9E. RGB value is (28,137,158). Sum of RGB (Red+Green+Blue) = 28+137+158=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C899E is #E37661. Grayscale: #6A6A6A. Windows color (decimal): -14906978 or 10389788. OLE color: 10389788.

HSL color Cylindrical-coordinate representation of color #1C899E: hue angle of 189.69º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C899E is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB28137158-
CMYK0.820.1300.38
HSL189.69º69.89%36.47%-
HSV(B)189.69º82.28%61.96%-
XYZ15.620.6135.5-
YUV106.8156.8971.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.67%
GREEN value IS 137 (53.91% from 255) = 42.41%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=8.67%
G=42.41%
B=48.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal281371580.820.1300.38189.6969.8936.47
Hex1C899E52D026be4624
Octal342112361221504627610644
Binary111001000100110011110101001011010100110101111101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,137,158); }

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

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

 a { background-color: rgb(28,137,158); }

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

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

 span { border-color: rgb(28,137,158); }

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