#218CA6

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

Shades of Scooter #218CA6

Tints of Scooter #218CA6

Color information

#218CA6 (or 0x218CA6) is unknown color: approx Scooter. HEX triplet: 21, 8C and A6. RGB value is (33,140,166). Sum of RGB (Red+Green+Blue) = 33+140+166=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 166 (65.23% from 255 or 48.97% from 339); Max value from RGB is 166 - color contains mainly: blue. Hex color #218CA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218CA6 is #DE7359. Grayscale: #6E6E6E. Windows color (decimal): -14578522 or 10914849. OLE color: 10914849.

HSL color Cylindrical-coordinate representation of color #218CA6: hue angle of 191.73º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #218CA6 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB33140166-
CMYK0.800.1600.35
HSL191.73º66.83%39.02%-
HSV(B)191.73º80.12%65.1%-
XYZ16.8921.8339.4-
YUV110.97159.0572.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.73%
GREEN value IS 140 (55.08% from 255) = 41.30%
BLUE value IS 166 (65.23% from 255) = 48.97%
R=9.73%
G=41.30%
B=48.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal331401660.800.1600.35191.7366.8339.02
Hex218CA65010023c04327
Octal412142461202004330010347
Binary10000110001100101001101010000100000100011110000001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218CA6; }

 p { color: rgb(33,140,166); }

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

<style>
 a { background-color: #218CA6; }

 a { background-color: rgb(33,140,166); }

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

<style>
 span { border-color: #218CA6; }

 span { border-color: rgb(33,140,166); }

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