#1C83A6

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

Shades of Scooter #1C83A6

Tints of Scooter #1C83A6

Color information

#1C83A6 (or 0x1C83A6) is unknown color: approx Scooter. HEX triplet: 1C, 83 and A6. RGB value is (28,131,166). Sum of RGB (Red+Green+Blue) = 28+131+166=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #1C83A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C83A6 is #E37C59. Grayscale: #676767. Windows color (decimal): -14908506 or 10912540. OLE color: 10912540.

HSL color Cylindrical-coordinate representation of color #1C83A6: hue angle of 195.22º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C83A6 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB28131166-
CMYK0.830.2100.35
HSL195.22º71.13%38.04%-
HSV(B)195.22º83.13%65.1%-
XYZ15.4819.2338.97-
YUV104.19162.8873.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.62%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 166 (65.23% from 255) = 51.08%
R=8.62%
G=40.31%
B=51.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal281311660.830.2100.35195.2271.1338.04
Hex1C83A65315023c34726
Octal342032461232504330310746
Binary1110010000011101001101010011101010100011110000111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C83A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,131,166); }

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

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

 a { background-color: rgb(28,131,166); }

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

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

 span { border-color: rgb(28,131,166); }

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