#1A83A6

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

Shades of Scooter #1A83A6

Tints of Scooter #1A83A6

Color information

#1A83A6 (or 0x1A83A6) is unknown color: approx Scooter. HEX triplet: 1A, 83 and A6. RGB value is (26,131,166). Sum of RGB (Red+Green+Blue) = 26+131+166=323 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.05% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 166 (65.23% from 255 or 51.39% from 323); Max value from RGB is 166 - color contains mainly: blue. Hex color #1A83A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A83A6 is #E57C59. Grayscale: #676767. Windows color (decimal): -15039578 or 10912538. OLE color: 10912538.

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

Color convert

RGB26131166-
CMYK0.840.2100.35
HSL195º72.92%37.65%-
HSV(B)195º84.34%65.1%-
XYZ15.4319.2138.97-
YUV103.6163.2172.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.05%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 166 (65.23% from 255) = 51.39%
R=8.05%
G=40.56%
B=51.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal261311660.840.2100.3519572.9237.65
Hex1A83A65415023c34926
Octal322032461242504330311146
Binary1101010000011101001101010100101010100011110000111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A83A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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